Skip to content

Commit df92a2d

Browse files
ScIT-RaphaelKristan Kenney
authored andcommitted
Use static path instead var.
1 parent 8e399f2 commit df92a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/manual/migrate_mpm_event.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ! lsof -Pi :9000 -sTCP:LISTEN -t >/dev/null; then
5454
sed -i "s/listen = 127.0.0.1:.*/listen = 127.0.0.1:9000/g" /etc/php/7.3/fpm/pool.d/www.conf
5555
else
5656
# Copy www.conf file
57-
cp -f $HESTIA_INSTALL_DIR/php-fpm/www.conf /etc/php/7.3/fpm/pool.d/
57+
cp -f /usr/local/hestia/install/deb/php-fpm/www.conf /etc/php/7.3/fpm/pool.d/
5858
fi
5959
# Restart php7.3 fpm service.
6060
systemctl restart php7.3-fpm

0 commit comments

Comments
 (0)