mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
Inconsistent service naming between 'ynh_systemd_action' and 'yunohost service add'
This commit is contained in:
parent
4baba9b43e
commit
a5d1d83e0f
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ squid=$(ynh_app_setting_get --app=$app --key=squid_folder)
|
|||
#=================================================
|
||||
|
||||
# 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
|
||||
if ynh_exec_warn_less yunohost service status $squid >/dev/null
|
||||
then
|
||||
ynh_script_progression --message="Removing $app service integration..."
|
||||
yunohost service remove $app
|
||||
yunohost service remove $squid
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue