summaryrefslogtreecommitdiffstats
path: root/server/bin/comparedhcpopengnsys
diff options
context:
space:
mode:
Diffstat (limited to 'server/bin/comparedhcpopengnsys')
-rwxr-xr-xserver/bin/comparedhcpopengnsys2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/comparedhcpopengnsys b/server/bin/comparedhcpopengnsys
index e6fdd3b1..b4743e42 100755
--- a/server/bin/comparedhcpopengnsys
+++ b/server/bin/comparedhcpopengnsys
@@ -16,7 +16,7 @@
PROG="$(basename "$0")"
OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"}
-SERVERCONF=$OPENGNSYS/etc/ogAdmServer.cfg
+SERVERCONF=$OPENGNSYS/etc/ogserver.cfg
DHCPFILE=${DHCPFILE:-/etc/dhcp/dhcpd.conf}
TMP_DHCP=/tmp/$PROG-dhcp$$
TMP_MYSQL=/tmp/$PROG-mysql$$