diff --git a/entrypoint.sh b/entrypoint.sh index df4e7bf..e1bcf48 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,6 @@ echo "===================================" err=0 echo $INPUT_INPUT_FILES for file in $INPUT_INPUT_FILES; do - {echo /app/addlicense -check "$1" $file || err=1} | sh + echo /app/addlicense -check "$1" $file || err=1 | sh done exit $err