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");;