fix
[infrastructure.git] / scripts / create-vm.sh
index 669d3c4..2a6e7f1 100755 (executable)
@@ -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