9 lines
104 B
Bash
Executable File
9 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if ! docker network inspect "workspace" ; then
|
|
sleep 1s;
|
|
exit 0
|
|
fi
|
|
|
|
/usr/bin/bubble "$@"
|