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:33:38 +0300
committerGitHub <noreply@github.com>2018-03-07 21:33:38 +0300
commit0b59f50a071cbc0de744d557353753df7853b2ad (patch)
treebf5b4bf2d7d415693cec0aa0ecce6abb2f29b56e /apps
parent708430023ba1014b7793fd739ec907505cb7cdf2 (diff)
lowest_compatible strict
Diffstat (limited to 'apps')
-rw-r--r--apps/nextant.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/nextant.sh b/apps/nextant.sh
index df00ce5e..a7329f16 100644
--- a/apps/nextant.sh
+++ b/apps/nextant.sh
@@ -21,7 +21,14 @@ debug_mode
root_check
# Nextcloud 13 is required.
-lowest_compatible_nc 12
+if [ "${CURRENTVERSION%%.*}" -lt "13" ]
+then
+msg_box "This script is developed to work with Nextcloud 13 and later.
+
+Please use Full Text Search instead. You can find the script here:
+https://github.com/nextcloud/vm/blob/master/apps/fulltextsearch.sh"
+exit
+fi
msg_box "Nextant is not maintained anymore, and soon to be replaced with Full Text Search. Sorry, not much we can do about it.