Browse Source

Do also dummy.conf

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

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

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