CT: Heimdall and Nextcloud: fixed php version in configs

This commit is contained in:
2022-11-22 22:40:10 +01:00
parent a33de84dd5
commit a985eb3858
6 changed files with 8 additions and 8 deletions

View File

@@ -24,5 +24,5 @@ echo "*/5 * * * * php81 -f /opt/nextcloud/cron.php > /dev/null 2>&1" >> /et
echo "apc.enable_cli=1" >> /etc/php81/php.ini
#Enable services on boot
rc-update add nginx
rc-update add php-fpm8
rc-update add php-fpm81
rc-update add redis