docker-frp/run.sh
quackerd 63f19c4812
All checks were successful
continuous-integration/drone/push Build is passing
Update 'run.sh'
2020-07-09 08:03:01 +00:00

10 lines
101 B
Bash
Executable File

#!/bin/sh
cd /opt/frp
if [ -z $SERVER ] ; then
./frpc -c ./frpc.ini
else
./frps -c ./frps.ini
fi