diff options
Diffstat (limited to 'server/bin/listclientmode')
-rwxr-xr-x | server/bin/listclientmode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/listclientmode b/server/bin/listclientmode index 4193c6fc..d4bac228 100755 --- a/server/bin/listclientmode +++ b/server/bin/listclientmode @@ -15,7 +15,7 @@ # Variables. OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"} -SERVERCONF=$OPENGNSYS/etc/ogAdmServer.cfg +SERVERCONF=$OPENGNSYS/etc/ogserver.cfg TMPLDIR=$OPENGNSYS/tftpboot/menu.lst/templates source $OPENGNSYS/lib/ogfunctions.sh || exit 1 |