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 #=================================================