summaryrefslogtreecommitdiff
path: root/leap-bootstrap-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leap-bootstrap-all.sh')
-rwxr-xr-xleap-bootstrap-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/leap-bootstrap-all.sh b/leap-bootstrap-all.sh
index b0d2659..a42df27 100755
--- a/leap-bootstrap-all.sh
+++ b/leap-bootstrap-all.sh
@@ -3,7 +3,7 @@
. /etc/leap/platform-test.cfg
-for i in $SERVICES
+for i in $NODES
do
$PLATFORM_TEST_BIN/leap-bootstrap-node.sh $i
done