diff --git a/scripts/restore.sh b/scripts/restore.sh index 98ea219..d4fb424 100755 --- a/scripts/restore.sh +++ b/scripts/restore.sh @@ -20,6 +20,7 @@ while getopts "hb:n:u:" arg; do UNIT_USERNAME=$OPTARG ;; *) + usage exit 1 esac done