From: Thierry Parmentelat Date: Fri, 27 May 2011 10:23:52 +0000 (+0200) Subject: oops X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=efbae10a4d03c6b679f8b00ecd5807a676118fea;p=infrastructure.git oops --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 6baafc5..0b87b32 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -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 ? "