summaryrefslogtreecommitdiff
path: root/leap-bootstrap-all.sh
diff options
context:
space:
mode:
authorLeap Admins <sysdev@leap.se>2013-05-05 07:24:15 +0000
committerLeap Admins <sysdev@leap.se>2013-05-05 07:24:15 +0000
commita8d6b5f8e17c703be63efc064dbb2c83a8e9e719 (patch)
treefb4f28cdd02b691051733f107732ae03e36462bc /leap-bootstrap-all.sh
parentc274e105c02943962fc47f83d01f5c755ed08096 (diff)
SERVICES -> NODES, updated for newest leap_cli output
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