diff options
Diffstat (limited to 'server/bin/settoken')
-rwxr-xr-x | server/bin/settoken | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/settoken b/server/bin/settoken index 492dc855..159c4c68 100755 --- a/server/bin/settoken +++ b/server/bin/settoken @@ -15,7 +15,7 @@ # Global constants. OPENGNSYS=${OPENGNSYS:-"/opt/opengnsys"} -SERVERCFG=$OPENGNSYS/etc/ogAdmServer.cfg # Configuration files. +SERVERCFG=$OPENGNSYS/etc/ogserver.cfg # Configuration files. REPOCFG=$OPENGNSYS/etc/ogAdmRepo.cfg # Functions. |