docker-frp/run.sh
quackerd bafd24be21
All checks were successful
continuous-integration/drone/push Build is passing
Update 'run.sh'
2021-02-17 05:39:08 +00:00

10 lines
111 B
Bash
Executable File

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