From c74a77717b3798768fe7c466fc6685005c4aa6fa Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Wed, 22 May 2024 17:48:28 +0300 Subject: [PATCH] up --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 522c94b..57b4fbb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ IFS=' ' if [ -n "$INPUT_INPUT_FILES" ]; then err=0 for file in $INPUT_INPUT_FILES; do - echo /app/addlicense -check "$1" "$file" | sh + /app/addlicense -check "$1" "$file" if [ $? -ne 0 ]; then err=$? fi