From 2f1b11b5f6015a68d452301801d3ee58e95bf3b0 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 06:46:40 +0100 Subject: [PATCH] Fix php-fpm restart during removal --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 849d4c8..1ddc9bb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -114,6 +114,8 @@ ynh_secure_remove "$state_path" ynh_secure_remove "$config_path" ynh_secure_remove /etc/apt/sources.list.d/z-push.list +yunohost service start php7.0-fpm + #================================================= # GENERIC FINALIZATION #=================================================