updates/1.50.0.sh: Reinstall opcache.ini to apply workaround.

Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
thecalcaholic 2022-09-22 12:33:53 +02:00
parent cdce1c24de
commit 390cdae51d
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
## [v1.49.1](https://github.com/nextcloud/nextcloudpi/tree/v1.50.0) (2022-09-22) Update PHP to version 8.1 and Nextcloud to version 24
- Add support for Nextcloud v24.0.5
- Upgrade PHP to version 8.1 when upgrading Nextcloud to version >=24
## [v1.49.1](https://github.com/nextcloud/nextcloudpi/tree/v1.49.0) (2022-09-14) Minor fixes
- ncp-diag: Fix port check if ncp is running behind a dual stack lite (no publicly visible ipv4 address)

8
updates/1.50.0.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -e
source /usr/local/etc/library.sh
install_template "php/opcache.ini.sh" "/etc/php/${PHPVER}/mods-available/opcache.ini"