diff options
Diffstat (limited to 'server/bin/ogagentqueue.cron')
-rwxr-xr-x | server/bin/ogagentqueue.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/ogagentqueue.cron b/server/bin/ogagentqueue.cron index 9b6d8c5c..16f7c67e 100755 --- a/server/bin/ogagentqueue.cron +++ b/server/bin/ogagentqueue.cron @@ -13,7 +13,7 @@ # Variables. PROG=$(basename "$0") OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"} -SERVERCONF=$OPENGNSYS/etc/ogAdmServer.cfg +SERVERCONF=$OPENGNSYS/etc/ogserver.cfg LOGFILE=$OPENGNSYS/log/remotepc.log source $OPENGNSYS/lib/ogfunctions.sh || exit 1 |