diff --git a/scripts/backup b/scripts/backup index 7c88c04..a7dce36 100644 --- a/scripts/backup +++ b/scripts/backup @@ -50,7 +50,6 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= ynh_backup "/etc/php5/fpm/pool.d/$app.conf" -ynh_backup "/etc/php5/fpm/conf.d/20-$app.ini" #================================================= # BACKUP THE MYSQL DATABASE diff --git a/scripts/restore b/scripts/restore index 3b187a3..d26997b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -77,7 +77,6 @@ chown -R root: $final_path #================================================= ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf" -ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini" #================================================= # SPECIFIC RESTORATION