diff options
Diffstat (limited to 'server/bin/setclientlive')
-rwxr-xr-x | server/bin/setclientlive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/setclientlive b/server/bin/setclientlive index 42e55e4b..0424e605 100755 --- a/server/bin/setclientlive +++ b/server/bin/setclientlive @@ -17,7 +17,7 @@ PROG="$(basename "$0")" OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"} PATH=$PATH:$OPENGNSYS/bin -SERVERCONF=$OPENGNSYS/etc/ogAdmServer.cfg +SERVERCONF=$OPENGNSYS/etc/ogserver.cfg TFTPDIR=$OPENGNSYS/tftpboot LOGFILE=$OPENGNSYS/log/opengnsys.log |