Browse Source

address codacy issue

pull/36/head
Josh Bryans 2 years ago
committed by GitHub
parent
commit
7435a72127
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      entrypoint-user.sh

2
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

Loading…
Cancel
Save