summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-06-22 13:06:05 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-23 13:04:03 +0200
commitbbf5371425f80e0b82eff65f1a570ef3a4e2f5ea (patch)
tree75e8d9f9a6cfa82b284e10684e6cb4fe9272ff35 /installer/opengnsys_update.sh
parentc583144e36023399425ac0b05460afd1b519eb5b (diff)
#986 More renaming to ogserver
Another step into renaming all references of ogAdmServer to ogServer. This commit mostly rename references to ogAdmServer.cfg in scripts.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-xinstaller/opengnsys_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 904a1184..bb589211 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -1099,7 +1099,7 @@ function ogServerCompilation()
$STOPSERVICE
echoAndLog "${FUNCNAME}(): updating new service file"
backupFile /lib/systemd/system/ogserver.service
- service="ogadmserver"
+ service="ogserver"
$STOPSERVICE
cp -a \
"$WORKDIR"/ogServer-"$BRANCH"/cfg/ogserver.service \