diff --git a/vmcreate1.sh b/vmcreate1.sh index f7acae9..738aa14 100644 --- a/vmcreate1.sh +++ b/vmcreate1.sh @@ -33,7 +33,7 @@ while getopts "a:f:h" opt; do a) haadd=true ;; f) file="$OPTARG" ;; h) show_help ; exit 0;; - *) noargs + *) noargs=true esac done