You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/onlyoffice.sh
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ fi
41
41
# Check if OnlyOffice is installed using the old method
42
42
if does_this_docker_exist 'onlyoffice/documentserver'
43
43
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"
46
46
then
47
47
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."
48
48
# Remove docker image
@@ -85,7 +85,7 @@ You can also buy support directly in our shop: https://shop.hanssonit.se/product
85
85
exit
86
86
fi
87
87
# Check if OnlyOffice is installed using the new method
0 commit comments