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 cc89641 commit 6a0c925Copy full SHA for 6a0c925
install/upgrade/versions/1.9.2.sh
@@ -44,3 +44,6 @@ fi
44
45
# Change owner of backups
46
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\]/' {}
0 commit comments