From 5f7dd56ead2ddf63dd09fde21a5c49c02ed9f126 Mon Sep 17 00:00:00 2001 From: MikeDawg Date: Tue, 14 Apr 2020 14:08:16 -0600 Subject: [PATCH] Fixing scripts Signed-off-by: MikeDawg --- scripts/restore.sh | 1 + 1 file changed, 1 insertion(+) 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