CT nextcloud and freshrss: Fixed php

This commit is contained in:
2026-02-08 17:30:26 +01:00
parent cd22f2d843
commit 9835670dae
4 changed files with 7 additions and 330 deletions

View File

@@ -7,7 +7,7 @@ rm -rf /etc/nginx/conf.d
mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
#Setup PHP
ash /opt/Setup/Scripts/PHPTool.sh -d nextcloud -v 84|| exit 1
ash /opt/Setup/Scripts/PHPTool.sh -v 84 -d nextcloud || exit 1
rm /opt/Setup/Scripts/PHPTool.sh