From 7435a72127ee21fa743b914c1b3830a19870882c Mon Sep 17 00:00:00 2001 From: Josh Bryans Date: Sat, 30 Sep 2023 10:25:52 -0400 Subject: [PATCH] address codacy issue --- entrypoint-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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