From 9fd01b5dd4a1b57a7cee90ea9b69f439b67c8e08 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 1 Mar 2021 12:05:20 -0800 Subject: [PATCH] getopts bugfix --- bin/vmail-aliases-del.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/vmail-aliases-del.sh b/bin/vmail-aliases-del.sh index 69ffad4..b83245f 100755 --- a/bin/vmail-aliases-del.sh +++ b/bin/vmail-aliases-del.sh @@ -48,7 +48,6 @@ while getopts "h" opt; do h ) help exit;; - ;; \? ) echo "Invalid option: $OPTARG" 1>&2 exit;;