From efbae10a4d03c6b679f8b00ecd5807a676118fea Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 27 May 2011 12:23:52 +0200 Subject: [PATCH] oops --- scripts/create-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? " -- 2.47.0