Skip to content

Commit

Permalink
Merge branch 'release/11.5.0' of github.com:ONLYOFFICE/Docker-Communi…
Browse files Browse the repository at this point in the history
…tyServer into release/11.5.0
  • Loading branch information
alexeybannov committed May 31, 2021
2 parents 4fec118 + dbb2df8 commit 0f9d5f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-community-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ systemctl stop onlyofficeBackup
systemctl stop onlyofficeStorageMigrate
systemctl stop onlyofficeStorageEncryption
systemctl stop onlyofficeUrlShortener

systemctl stop onlyofficeThumbnailBuilder

systemctl stop god
systemctl enable god
Expand Down Expand Up @@ -1141,6 +1141,7 @@ if [ "${APP_SERVICES_EXTERNAL}" == "true" ]; then
systemctl disable onlyofficeStorageMigrate.service
systemctl disable onlyofficeStorageEncryption.service
systemctl disable onlyofficeUrlShortener.service
systemctl disable onlyofficeThumbnailBuilder.service

rm -f /lib/systemd/system/onlyofficeRadicale.service
rm -f /lib/systemd/system/onlyofficeTelegram.service
Expand All @@ -1157,6 +1158,7 @@ if [ "${APP_SERVICES_EXTERNAL}" == "true" ]; then
rm -f /lib/systemd/system/onlyofficeStorageMigrate.sevice
rm -f /lib/systemd/system/onlyofficeStorageEncryption.sevice
rm -f /lib/systemd/system/onlyofficeUrlShortener.service
rm -f /lib/systemd/system/onlyofficeThumbnailBuilder.service

sed '/onlyoffice/d' -i ${APP_CRON_PATH}
else
Expand All @@ -1175,6 +1177,7 @@ else
systemctl enable onlyofficeStorageMigrate.service
systemctl enable onlyofficeStorageEncryption.service
systemctl enable onlyofficeUrlShortener.service
systemctl enable onlyofficeThumbnailBuilder.service
fi

if [ "${APP_MODE}" == "SERVER" ]; then
Expand Down

0 comments on commit 0f9d5f1

Please sign in to comment.