From 5f5b79fd72899bc2aeed38c0abc41ac8ddbb0252 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 12 May 2014 14:46:02 +0200 Subject: [PATCH] oops --- scripts/create-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.43.0