From c1266e64d954512893bf07616fb2a6f5bf3595ab Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 7 Mar 2018 19:59:23 +0100 Subject: [PATCH] Nextcloud 12 is requierd --- apps/nextant.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nextant.sh b/apps/nextant.sh index a7329f16..01bf2937 100644 --- a/apps/nextant.sh +++ b/apps/nextant.sh @@ -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"