mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
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:
parent
cdce1c24de
commit
390cdae51d
@ -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
8
updates/1.50.0.sh
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user