dockerfiles/base/old-alpine/runit/backplane/run

7 lines
76 B
Plaintext
Raw Normal View History

2016-09-15 17:42:00 +00:00
#!/bin/sh
if [ -n "$BACKPLANE_TOKEN" ]
then
/usr/bin/backplane connect
fi