Skip to content

Commit 52e9b19

Browse files
Small fix PHP-FPM
1 parent 54cae50 commit 52e9b19

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)