mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-11-21 13:31:37 +01:00
Update remove
This commit is contained in:
parent
586a8c80f3
commit
8e5ef1a4b3
@ -8,9 +8,7 @@ source /usr/share/yunohost/helpers
|
||||
#=================================================
|
||||
ynh_script_progression "Removing system configurations related to $app..."
|
||||
|
||||
if ynh_hide_warnings yunohost service status "$app" >/dev/null
|
||||
then
|
||||
ynh_script_progression "Removing $app service integration..."
|
||||
if ynh_hide_warnings yunohost service status "$app" >/dev/null; then
|
||||
yunohost service remove "$app"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user