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

7 lines
76 B
Bash
Executable File

#!/bin/sh
if [ -n "$BACKPLANE_TOKEN" ]
then
/usr/bin/backplane connect
fi