summaryrefslogtreecommitdiff
path: root/leap-bootstrap-all.sh
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-13 16:36:33 +0100
committervarac <varacanero@zeromail.org>2013-02-13 16:36:33 +0100
commitff785c2540cea0cbd82d64b8b657c8fde3aacca6 (patch)
tree96265bc27f4741f1532e96d2a5f712da81b0ba3b /leap-bootstrap-all.sh
basic bootstrap scipts
Diffstat (limited to 'leap-bootstrap-all.sh')
-rwxr-xr-xleap-bootstrap-all.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/leap-bootstrap-all.sh b/leap-bootstrap-all.sh
new file mode 100755
index 0000000..b0d2659
--- /dev/null
+++ b/leap-bootstrap-all.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+. /etc/leap/platform-test.cfg
+
+
+for i in $SERVICES
+do
+ $PLATFORM_TEST_BIN/leap-bootstrap-node.sh $i
+done
+