cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 May 2011 09:58:45 +0000 (11:58 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 May 2011 09:58:45 +0000 (11:58 +0200)
scripts/create-vm.sh

index 2a6e7f1..ce2e09c 100755 (executable)
@@ -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