From 6474cda3adaaa0a6d4a73783b457d6a3aaa0bcdd Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 19 Oct 2022 19:31:16 +0200 Subject: [PATCH] Pass the correct LAB variable into the ovs-config script --- create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create b/create index fe781a8..16fb90b 100755 --- a/create +++ b/create @@ -45,4 +45,4 @@ ssh root@$HVN "set -x; for node in 0 1 2 3; do VM=vpp${LAB}-\${node}; virsh star echo "* Committing OVS config" scp overlays/$BUILD/ovs-config.sh root@$HVN:$LABDIR -ssh root@$HVN "set -x; $LABDIR/ovs-config.sh" +ssh root@$HVN "set -x; LAB=$LAB $LABDIR/ovs-config.sh"