diff --git a/scripts/install b/scripts/install index 71fb2d6..ac1380f 100644 --- a/scripts/install +++ b/scripts/install @@ -152,4 +152,9 @@ fi ynh_systemd_action --service_name=nginx --action=reload ynh_systemd_action --service_name=postfix --action=reload service php* reload +ynh_systemd_action --service_name=php$phpversion-fpm --action=reload + +#================================================= +# END OF SCRIPT +#================================================= ynh_script_progression --message="Installation of $app completed" --last