From 2db30e8e655bcc78aa61aef70ac05c60fa658444 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 20 Dec 2021 21:03:10 +0100 Subject: [PATCH] more info --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 8174b85c..82c3eaf0 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -769,7 +769,7 @@ fi DONOTUPDATETO='23.0.0' if [[ "$NCVERSION" == "$DONOTUPDATETO" ]] then - msg_box "Due to serious bugs with Nextcloud $DONOTUPDATETO we won't upgrade to that version." + msg_box "Due to major bugs with Nextcloud $DONOTUPDATETO we won't upgrade to that version since it's a risk it will break your server. Please try to upgrade again when the next maintenance release is out." exit fi