site/runit/backplane/run

9 lines
95 B
Plaintext
Raw Normal View History

2016-12-18 20:11:06 +00:00
#!/bin/sh
if [ -n "$BACKPLANE_TOKEN" ]
then
/usr/bin/backplane connect
else
sleep 999d
fi