We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e0fa7 commit 6b3da18Copy full SHA for 6b3da18
1 file changed
install/upgrade/versions/1.9.3.sh
@@ -47,3 +47,11 @@ if [ -f "/etc/cron.d/hestiaweb" ]; then
47
sed -i -e "\$a*/5 * * * * sudo $BIN/v-update-letsencrypt" "/var/spool/cron/crontabs/hestiaweb"
48
fi
49
50
+
51
+php_versions=$($BIN/v-list-sys-php plain)
52
+# Substitute php-fpm service name formats
53
+for version in $php_versions; do
54
+ if [ -f "/etc/php/$version/fpm/pool.d/dummy.conf" ]; then
55
+ sed -i "s/%domain%/dummy/g" /etc/php/$version/fpm/pool.d/dummy.conf
56
+ fi
57
+done
0 commit comments