1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Update remove

This commit is contained in:
siwinter 2021-04-09 00:06:32 +02:00 committed by GitHub
parent 4e95fd9b84
commit 019b9c22e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ cmd_file="/usr/local/bin/mopidyctl"
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
if ynh_exec_warn_less yunohost service status $app >/dev/null
then
ynh_script_progression --message="Removing $app service integration..." --weight=2
ynh_script_progression --message="Removing $app service integration..." --weight=1
yunohost service remove $app
fi