Skip to content

Commit

Permalink
Merge pull request #537 from EOxServer/exec-instead-of-eval-in-entryp…
Browse files Browse the repository at this point in the history
…oint

Use `exec` instead of `eval` in entrypoint
  • Loading branch information
totycro committed Sep 14, 2022
2 parents c11831f + 8449caa commit bd6c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/eoxserver-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ fi
cd "${INSTANCE_DIR}"

# run the initial command
eval $@
exec $@

0 comments on commit bd6c1cd

Please sign in to comment.