fixed bash less than in if statement
This commit is contained in:
parent
0d7266ce35
commit
ce7e2593f4
@ -16,7 +16,7 @@ if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if the correct usage is respected
|
# Check if the correct usage is respected
|
||||||
if [ $# -le 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo "Usage: $0 <service> <service name> [branch/tag]"
|
echo "Usage: $0 <service> <service name> [branch/tag]"
|
||||||
echo
|
echo
|
||||||
echo "Current settings:"
|
echo "Current settings:"
|
||||||
|
Loading…
Reference in New Issue
Block a user