Skip to content

Commit 6a0c925

Browse files
committed
Fix typo in www.conf
1 parent cc89641 commit 6a0c925

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/upgrade/versions/1.9.2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ fi
4444

4545
# Change owner of backups
4646
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

Comments
 (0)