diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 8eb6177..41bbef4 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -14,7 +14,7 @@ trap exit_handler_user SIGQUIT SIGINT SIGTERM execute_hook_directory() { for f in $1; do - if ! bash $f + if ! bash "$f" then echo "Failed running hook \"$f\"" exit 1