diff options
Diffstat (limited to 'server/lib/checkrest')
-rwxr-xr-x | server/lib/checkrest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/checkrest b/server/lib/checkrest index 3db161f5..3fcd8bd1 100755 --- a/server/lib/checkrest +++ b/server/lib/checkrest @@ -12,7 +12,7 @@ PROG=$(basename "$0") OPENGNSYS=/opt/opengnsys -CONFIGFILE=$OPENGNSYS/etc/ogAdmServer.cfg +CONFIGFILE=$OPENGNSYS/etc/ogserver.cfg RESTURL="https://localhost/opengnsys/rest" source $OPENGNSYS/lib/ogfunctions.sh || exit 1 |