another attempt
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 10:27:18 +0000 (12:27 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 10:27:18 +0000 (12:27 +0200)
scripts/create-vm.sh

index 0b87b32..8f8c006 100755 (executable)
@@ -49,7 +49,7 @@ cd $BUILD
 git pull
 cd -
 
-command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --interface nodev:127.0.0.1 --hostname $fqdn --flags '~single_ip'"
+command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --interface nodev:127.0.0.1 --hostname $fqdn --flags ~single_ip"
 
 if [ -n "$INTERACTIVE" ] ; then
     echo -n "Run $command OK ? "