forked from cadey/xesite
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -n "$BACKPLANE_TOKEN" ]
|
||
|
then
|
||
|
/usr/bin/backplane connect
|
||
|
else
|
||
|
sleep 999d
|
||
|
fi
|