summaryrefslogtreecommitdiff
path: root/leap-bootstrap-all.sh
blob: b0d2659ef648f9537071d81d2927cb6b2a2a80e7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. /etc/leap/platform-test.cfg


for i in $SERVICES
do
  $PLATFORM_TEST_BIN/leap-bootstrap-node.sh $i
done