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