X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fcreate-vm.sh;h=2a6e7f1f2e8f570fe471cbd1f4eff1c34069f354;hb=80ff691ef27a3a707b346a9666ee375cb1d7a5ba;hp=669d3c42e0da46f5e9427093baaf72e62364f9cb;hpb=df4bcf7bc6c4bfda139e5c8bfb05cfe6f84d0572;p=infrastructure.git 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