From 592759693d00207635c7d62ebcd2aaf4cb7afa58 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 28 Jan 2022 11:28:16 +0100 Subject: [PATCH] fix NC 23 issue when updating --- nextcloud_update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index f72d80a5..e45d652a 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -779,6 +779,10 @@ then exit fi +# Fix remaining bug in NC 23.0.1 +git_apply_patch 30890 server 23.0.0 +git_apply_patch 30890 server 23.0.1 + # Check if PHP version is compatible with $NCVERSION PHP_VER=71 NC_VER=16