mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-08-09 14:48:40 +02:00
Fix path
This commit is contained in:
@@ -21,7 +21,7 @@ STATUS_PATH="/var/log/openvpn-status.log"
|
|||||||
HOST="127.0.0.1"
|
HOST="127.0.0.1"
|
||||||
PORT="3000"
|
PORT="3000"
|
||||||
|
|
||||||
DAEMON_OPTS="/root/dev/openvpn-status-web/status.rb $VPN_NAME $STATUS_PATH $HOST $PORT"
|
DAEMON_OPTS="/opt/openvpn-status-web/status.rb $VPN_NAME $STATUS_PATH $HOST $PORT"
|
||||||
|
|
||||||
test -x $DAEMON || exit 0
|
test -x $DAEMON || exit 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user