Skip to content

Commit 58fbf37

Browse files
authored
improve the onlyoffice script (#1142)
1 parent dd204e7 commit 58fbf37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/onlyoffice.sh

+7
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ then
7676
count=$((count+1))
7777
fi
7878
done
79+
else
80+
msg_box "You need to run at least Nextcloud 18.0.1 to be able to run OnlyOffice. Please upgrade using the built in script:
81+
82+
'sudo bash $SCRIPTS/update.sh'
83+
84+
You can also buy support directly in our shop: https://shop.hanssonit.se/product/upgrade-between-major-owncloud-nextcloud-versions/"
85+
exit
7986
fi
8087
# Check if OnlyOffice is installed using the new method
8188
elif version_gt "$CURRENTVERSION" "18.0.0" && ! does_this_docker_exist 'onlyoffice/documentserver'

0 commit comments

Comments
 (0)