Skip to content

Commit

Permalink
fix NC 23 issue when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Jan 28, 2022
1 parent dd42c04 commit 5927596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5927596

Please sign in to comment.