@@ -44,3 +44,6 @@ fi
# Change owner of backups
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\]/' {}