Nextcloud 12 is requierd

This commit is contained in:
Daniel Hansson 2018-03-07 19:59:23 +01:00 committed by GitHub
parent 0b59f50a07
commit c1266e64d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,10 +20,10 @@ debug_mode
# Must be root
root_check
# Nextcloud 13 is required.
if [ "${CURRENTVERSION%%.*}" -lt "13" ]
# Nextcloud 12 is required.
if [ ! "${CURRENTVERSION%%.*}" -le "12" ]
then
msg_box "This script is developed to work with Nextcloud 13 and later.
msg_box "This script is developed to work with Nextcloud 12 and earlier.
Please use Full Text Search instead. You can find the script here:
https://github.com/nextcloud/vm/blob/master/apps/fulltextsearch.sh"