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
node_modules
src-local/instance
src-local/hybrid/connect
src-local/instance/
src-local/hybrid/connect/
vimsession
swarmlabdoc.js

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

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

Loading…
Cancel
Save