Skip to content

Commit 5927596

Browse files
authored
fix NC 23 issue when updating
1 parent dd42c04 commit 5927596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nextcloud_update.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,10 @@ then
779779
exit
780780
fi
781781

782+
# Fix remaining bug in NC 23.0.1
783+
git_apply_patch 30890 server 23.0.0
784+
git_apply_patch 30890 server 23.0.1
785+
782786
# Check if PHP version is compatible with $NCVERSION
783787
PHP_VER=71
784788
NC_VER=16

0 commit comments

Comments
 (0)