We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0c925 commit 1ea2d60Copy full SHA for 1ea2d60
install/upgrade/versions/1.9.2.sh
@@ -47,3 +47,4 @@ chown -R hestiaweb /backup/*.tar
47
48
# Fix typo in www.conf
49
find /etc/php/ /usr/local/hestia/install/deb/php-fpm -type f -name 'www.conf' -print0 | xargs -0 -I {} sed -i 's/\[wwww\]/\[www\]/' {}
50
+find /etc/php/ /usr/local/hestia/install/deb/php-fpm -type f -name 'dummy.conf' -print0 | xargs -0 -I {} sed -i 's/\[wwww\]/\[www\]/' {}
0 commit comments