1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update according to example_ynh

This commit is contained in:
Maniack Crudelis 2019-01-29 12:56:36 +01:00 committed by GitHub
parent 4d9f1d6b84
commit b898447fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,10 +65,15 @@ ynh_remove_fpm_config
ynh_remove_systemd_config ynh_remove_systemd_config
#================================================= #=================================================
# REMOVE SERVICE INTEGRATION # REMOVE SERVICE FROM ADMIN PANEL
#================================================= #=================================================
# Remove a service from the admin panel, added by `yunohost service add`
if yunohost service status | grep -q $app
then
echo "Remove $app service"
yunohost service remove $app yunohost service remove $app
fi
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION