diff --git a/scripts/restore b/scripts/restore index 454c011..4377a08 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,9 +69,8 @@ chown -R $app:www-data "$final_path" #================================================= # RELOAD NGINX AND PHP-FPM #================================================= -ynh_script_progression --message="Reloading NGINX web server and PHP-FPM..." --weight=1 +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 -ynh_systemd_action --service_name=php$phpversion-fpm --action=reload ynh_systemd_action --service_name=nginx --action=reload #=================================================