Skip to content

Commit

Permalink
fix: update command in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 27, 2023
1 parent c01a159 commit a7eaa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georchestra-docker-scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
echo "[INFO] CUSTOM_SCRIPTS_DIRECTORY env variable set to ${CUSTOM_SCRIPTS_DIRECTORY}"
# Regex is needed in jetty9 images, but not alpine's ones.
cp -v "${CUSTOM_SCRIPTS_DIRECTORY}"/* "$DIR"
echo "[INFO] End moving custom scripts"
echo "[INFO] End copying custom scripts"
fi

if [[ -d "$DIR" ]]
Expand Down

0 comments on commit a7eaa5a

Please sign in to comment.