Browse Source

Fix typo in www.conf

Jaap Marcus 1 year ago
parent
commit
6a0c9250a6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      install/upgrade/versions/1.9.2.sh

+ 3 - 0
install/upgrade/versions/1.9.2.sh

@@ -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\]/' {}