From a85ab39f4cc14c1fb84b2c60fea041197ccf9eac Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:29:03 +0200 Subject: [PATCH] Update install --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) 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