Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Dec 18, 2024
1 parent 42543eb commit d5b2360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apply-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ for version; do
gawk -f "$jqt" "Dockerfile-$variant.template"
} > "$version/$variant/Dockerfile"

if (($(find "patch/$variant" -type f -name '*.patch' | wc -l) > 0))
then
mkdir -p "$version/$variant/patch"
cp -af "patch/$variant/"* "$version/$variant/patch"
fi
if (($(find "patch/$variant" -type f -name '*.patch' | wc -l) > 0))
then
mkdir -p "$version/$variant/patch"
cp -af "patch/$variant/"* "$version/$variant/patch"
fi

cp -f docker-entrypoint.sh conf.d/*.conf "$version/$variant/"

Expand Down

0 comments on commit d5b2360

Please sign in to comment.