mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Small fix PHP-FPM
This commit is contained in:
parent
54cae504f0
commit
52e9b19df6
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ rm -f /etc/apache2/conf.d/* > /dev/null 2>&1
|
|||
# Backing up PHP configuration
|
||||
service php7.0-fpm stop > /dev/null 2>&1
|
||||
service php5-fpm stop > /dev/null 2>&1
|
||||
service php-fpm stop > /dev/null 2>&1
|
||||
cp -r /etc/php7.0/* $vst_backups/php/ > /dev/null 2>&1
|
||||
cp -r /etc/php5/* $vst_backups/php/ > /dev/null 2>&1
|
||||
cp -r /etc/php/* $vst_backups/php/ > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue