1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix php-fpm restart during removal

This commit is contained in:
Yalh 2019-01-27 06:46:40 +01:00
parent 2c2c87b6ee
commit 2f1b11b5f6

View file

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