1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Update remove

This commit is contained in:
ericgaspar 2020-10-18 22:55:32 +02:00
parent 5800d7ca48
commit 93e24ecbf4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -36,7 +36,7 @@ ynh_remove_systemd_config
# Check if the service is declared in YunoHost
if ynh_exec_fully_quiet yunohost service status $app
then
ynh_script_progression --message="Removing $app service..."
ynh_script_progression --message="Removing Lutim service..."
yunohost service remove $app
fi