1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Correct service removal

This commit is contained in:
Jean-Baptiste Holcroft 2017-09-14 17:46:20 +02:00
parent 49bfb081a6
commit 110d0c94a4

View file

@ -26,7 +26,7 @@ db_name=$(ynh_app_setting_get $app db_name)
if yunohost service status | grep -q $app
then
echo "Remove $app service"
yunohost service remove $app
yunohost service remove $app.uwsgi.service
fi
#=================================================