Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-03-07 21:59:23 +0300
committerGitHub <noreply@github.com>2018-03-07 21:59:23 +0300
commitc1266e64d954512893bf07616fb2a6f5bf3595ab (patch)
tree161c8e8b8b93bd68f665d33cd626a7b9c8fbfc9d /apps
parent0b59f50a071cbc0de744d557353753df7853b2ad (diff)
Nextcloud 12 is requierd
Diffstat (limited to 'apps')
-rw-r--r--apps/nextant.sh6
1 files 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"