mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
Fix app removal
This commit is contained in:
parent
08299da2d8
commit
d39049d43e
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ ynh_remove_nginx_config
|
||||||
# Remove NodeJS
|
# Remove NodeJS
|
||||||
ynh_remove_nodejs
|
ynh_remove_nodejs
|
||||||
|
|
||||||
|
# Remove service
|
||||||
|
ynh_systemd_action --service_name="$app" --action="stop"
|
||||||
|
yunohost service remove "$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue