This commit is contained in:
cn 2013-02-16 11:02:01 +01:00
parent d3b0327dcf
commit 91708da841
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ STATUS_PATH="/var/log/openvpn-status.log"
HOST="127.0.0.1"
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