1
0
Fork 0
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:
tituspijean 2024-06-04 21:25:59 +02:00
parent 08299da2d8
commit d39049d43e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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