1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

fix remove

This commit is contained in:
Thomas 2023-02-28 21:01:56 +01:00 committed by GitHub
parent fe84801b16
commit c62b706a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ if ynh_exec_warn_less yunohost service status $app >/dev/null
then
ynh_script_progression --message="Removing $app service integration..." --weight=1
yunohost service remove $app
yunohost service remove $app_workers
yunohost service remove ${app}_workers
fi
#=================================================