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:
parent
eb7bce723c
commit
5440b85bbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue