diff --git a/scripts/restore.sh b/scripts/restore.sh index 98ea2192..d4fb424b 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