7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -n "$BACKPLANE_TOKEN" ]
|
||
|
then
|
||
|
/usr/bin/backplane connect
|
||
|
fi
|