Fixed heimdal php-timezone

This commit is contained in:
2021-12-02 17:35:37 +00:00
parent 552229fa52
commit 5a9db9e008

View File

@@ -11,7 +11,7 @@ mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
#Configure Php-Fpm #Configure Php-Fpm
rm -rf /etc/php7/php-fpm.d/* rm -rf /etc/php7/php-fpm.d/*
mv /opt/Setup/Configs/php.conf /etc/php7/php-fpm.d/heimdall.conf mv /opt/Setup/Configs/php.conf /etc/php7/php-fpm.d/heimdall.conf
mv /opt/Setup/Configs/phpTimezone.ini /etc/php8/conf.d/04_date_timezone.ini mv /opt/Setup/Configs/phpTimezone.ini /etc/php7/conf.d/04_date_timezone.ini
#Install Heimdall #Install Heimdall
git clone https://github.com/linuxserver/Heimdall.git /opt/heimdall git clone https://github.com/linuxserver/Heimdall.git /opt/heimdall