Skip to content

Commit 4e84706

Browse files
szaimenenoch85
andauthored
definitely fix the onlyoffice install error. (#1143)
Co-authored-by: Daniel Hansson <[email protected]>
1 parent 58fbf37 commit 4e84706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/onlyoffice.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ fi
4141
# Check if OnlyOffice is installed using the old method
4242
if does_this_docker_exist 'onlyoffice/documentserver'
4343
then
44-
# Greater than 18.0.0 is 18.0.1 which is required
45-
if version_gt "$CURRENTVERSION" "18.0.0"
44+
# Greater than 18.0.1 is 18.0.2 which is required
45+
if version_gt "$CURRENTVERSION" "18.0.1"
4646
then
4747
msg_box "Your server is compatible with the new way of installing OnlyOffice. We will now remove the old docker and install the app from Nextcloud instead."
4848
# Remove docker image
@@ -85,7 +85,7 @@ You can also buy support directly in our shop: https://shop.hanssonit.se/product
8585
exit
8686
fi
8787
# Check if OnlyOffice is installed using the new method
88-
elif version_gt "$CURRENTVERSION" "18.0.0" && ! does_this_docker_exist 'onlyoffice/documentserver'
88+
elif version_gt "$CURRENTVERSION" "18.0.1" && ! does_this_docker_exist 'onlyoffice/documentserver'
8989
then
9090
if is_app_enabled documentserver_community
9191
then

0 commit comments

Comments
 (0)