1
0
mirror of https://github.com/hestiacp/hestiacp.git synced 2025-02-06 09:45:30 +00:00

Do also dummy.conf
All checks were successful
Lint / markdownlint (push) Successful in 5s
Lint / ShellCheck (push) Successful in 43s
Lint / Prettier (push) Successful in 30s
Lint / ESLint (push) Successful in 20s
Lint / Stylelint (push) Successful in 19s
Test / Docs site (push) Successful in 19s

This commit is contained in:
Jaap Marcus 2025-02-05 19:05:35 +01:00
parent 6a0c9250a6
commit 1ea2d6058d

View File

@ -47,3 +47,4 @@ chown -R hestiaweb /backup/*.tar
# Fix typo in www.conf
find /etc/php/ /usr/local/hestia/install/deb/php-fpm -type f -name 'www.conf' -print0 | xargs -0 -I {} sed -i 's/\[wwww\]/\[www\]/' {}
find /etc/php/ /usr/local/hestia/install/deb/php-fpm -type f -name 'dummy.conf' -print0 | xargs -0 -I {} sed -i 's/\[wwww\]/\[www\]/' {}