From 2b4015d12e63444dc892c3caf816a0d25696154a Mon Sep 17 00:00:00 2001 From: md-clone Date: Mon, 25 Mar 2019 09:35:46 +0100 Subject: [PATCH] Update restore php-fpm configuration path fix --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 1c6fa66..9e8d8ca 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,7 +74,7 @@ chown -R $app: $final_path/var # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_restore_file "/etc/php7.0/fpm/pool.d/$app.conf" +ynh_restore_file "/etc/php/7.0/fpm/pool.d/$app.conf" #================================================= # RESTORE THE MYSQL DATABASE #=================================================