From d4ca899dcbab2ee3400bfe159ea387fd430a13a9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 15 Aug 2022 19:09:51 +0200 Subject: [PATCH] Inconsistent service naming between 'ynh_systemd_action' and 'yunohost service add' ... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d898bc8..033b7e5 100755 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_add_config --template="../conf/squid.conf" --destination="/etc/$squid/squid. #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Squid3 a web proxy service" --log="/var/log/$squid/access.log" --needs_exposed_ports $squid_port +yunohost service add $squid --description "Squid3 a web proxy service" --log="/var/log/$squid/access.log" --needs_exposed_ports $squid_port #================================================= # START SYSTEMD SERVICE