From: Thierry Parmentelat Date: Thu, 26 May 2011 09:57:34 +0000 (+0200) Subject: fix X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=80ff691ef27a3a707b346a9666ee375cb1d7a5ba;hp=df4bcf7bc6c4bfda139e5c8bfb05cfe6f84d0572;p=infrastructure.git fix --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 669d3c4..2a6e7f1 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -53,7 +53,7 @@ command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --n if [ -n "$INTERACTIVE" ] ; then echo "Run $command OK ? " - read _ ; case $_ in [nN]*) exit 1 ;; esac + read answer ; case $answer in [nN]*) exit 1 ;; esac fi $command