fix NC 23 issue when updating

This commit is contained in:
Daniel Hansson 2022-01-28 11:28:16 +01:00 committed by GitHub
parent dd42c04fcc
commit 592759693d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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