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 eb7bce723c
commit 5440b85bbb

View file

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