From: Thierry Parmentelat Date: Mon, 12 May 2014 12:46:02 +0000 (+0200) Subject: oops X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=5f5b79fd72899bc2aeed38c0abc41ac8ddbb0252 oops --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index f8b0e57..eefd236 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -40,7 +40,7 @@ function usage () { } # using HOSTNAME won't work as this is already set in environment -while getopts "cf:i:m:n:h" flag; do +while getopts "cf:i:m:n:sh" flag; do case $flag in c) CONFIRM=true ;; f) DISTRO=$OPTARG ;;