up
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -n "$INPUT_INPUT_FILES" ]; then
|
||||
for file in $INPUT_INPUT_FILES; do
|
||||
/app/addlicense -check "$1" "$file"
|
||||
if [ $? -ne 0 ]; then
|
||||
err=$?
|
||||
err=1
|
||||
echo $err
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user