From: Thierry Parmentelat Date: Thu, 26 May 2011 09:58:45 +0000 (+0200) Subject: cosmetic X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=990fa2855f8d1894b8c8f06e4faade2853594651;p=infrastructure.git cosmetic --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 2a6e7f1..ce2e09c 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -52,7 +52,7 @@ cd - command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --hostname $fqdn" if [ -n "$INTERACTIVE" ] ; then - echo "Run $command OK ? " + echo -n "Run $command OK ? " read answer ; case $answer in [nN]*) exit 1 ;; esac fi