This commit is contained in:
Andrey Marchukov 2023-05-24 12:33:49 +04:00
parent 210c88ee96
commit eaa9ca8ffc

View file

@ -22,7 +22,7 @@ jobs:
fi fi
if [ "$REMOTEAPPVER" -eq "$REMOTEAPPVER" ] 2>/dev/null if [ "$REMOTEAPPVER" -eq "$REMOTEAPPVER" ] 2>/dev/null
then then
echo "REMOTEAPPVER is an integer" echo "$REMOTEAPPVER is an integer"
else else
echo "ERROR: parameter must be an integer" echo "ERROR: parameter must be an integer"
exit 1 exit 1