mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
9 lines
142 B
Bash
9 lines
142 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
source /usr/local/etc/library.sh
|
|
|
|
|
|
install_template "php/opcache.ini.sh" "/etc/php/${PHPVER}/mods-available/opcache.ini"
|