From 5fc9a39bff8a137179fb0be660b8e3f4491a303f Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Wed, 11 Apr 2018 16:57:33 -0600 Subject: [PATCH] no message --- virt-install-cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index 5026b4c..881af86 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -24,7 +24,7 @@ if [[ $USER != "root" ]]; then echo "This script must be run as root!" && exit 1 fi -while getopts "cr:s:n:d:iob" opt; do +while getopts "hcr:s:n:d:iob" opt; do case $opt in c) cpucount=("$OPTARG");; r) ram=("$OPTARG");;