diff --git a/src/scripts/backupbox.sh b/src/scripts/backupbox.sh index d570a6d10..e0626f693 100755 --- a/src/scripts/backupbox.sh +++ b/src/scripts/backupbox.sh @@ -14,12 +14,12 @@ fi # verify argument count -if [[ "$1" === "s3" && $# -lt 6 ]]; then +if [[ "$1" == "s3" && $# -lt 6 ]]; then echo "Usage: backupbox.sh s3 [session token]" exit 1 fi -if [[ "$1" === "filesystem" && $# -lt 4 ]]; then +if [[ "$1" == "filesystem" && $# -lt 4 ]]; then echo "Usage: backupbox.sh filesystem " exit 1 fi