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
All checks were successful
This commit is contained in:
parent
6a0c9250a6
commit
1ea2d6058d
@ -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\]/' {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user