Skip to content

Commit e44a7ca

Browse files
Merge pull request hestiacp#1601 from ioannidesalex/patch-45
Small fix PHP-FPM
2 parents 54cae50 + 52e9b19 commit e44a7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ rm -f /etc/apache2/conf.d/* > /dev/null 2>&1
503503
# Backing up PHP configuration
504504
service php7.0-fpm stop > /dev/null 2>&1
505505
service php5-fpm stop > /dev/null 2>&1
506+
service php-fpm stop > /dev/null 2>&1
506507
cp -r /etc/php7.0/* $vst_backups/php/ > /dev/null 2>&1
507508
cp -r /etc/php5/* $vst_backups/php/ > /dev/null 2>&1
508509
cp -r /etc/php/* $vst_backups/php/ > /dev/null 2>&1

0 commit comments

Comments
 (0)