diff options
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
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 \ |