oops
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 May 2014 12:46:02 +0000 (14:46 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 May 2014 12:46:02 +0000 (14:46 +0200)
scripts/create-vm.sh

index f8b0e57..eefd236 100755 (executable)
@@ -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 ;;