Browse Source

test

master
zeus 3 years ago
parent
commit
4e23a405fd
  1. 4
      .gitignore
  2. 2
      src-local/hybrid/connect/join.sh

4
.gitignore

@ -1,7 +1,7 @@
.DS_Store .DS_Store
node_modules node_modules
src-local/instance src-local/instance/
src-local/hybrid/connect src-local/hybrid/connect/
vimsession vimsession
swarmlabdoc.js swarmlabdoc.js

2
src-local/hybrid/connect/join.sh

@ -27,7 +27,7 @@ if [ $hybrid == 'NotOnline' ]; then
else else
echo "Swarmlab hybrid $hybrid" echo "Swarmlab hybrid $hybrid"
fi fi
swarmlab=$(swarmlab_ifup) swarmlab=$(swarmlab_ifup)
if [ $swarmlab != 'active' ]; then if [ $swarmlab != 'active' ]; then
sleep 1 sleep 1

Loading…
Cancel
Save