From b3a0b85dc25b24ac341c430f25c52a8e99afe13a Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:33:57 +0100 Subject: [PATCH] Typo x_x --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a161885..f6df00a 100644 --- a/scripts/install +++ b/scripts/install @@ -92,10 +92,10 @@ chown -R $app: /var/log/$app ynh_use_logrotate --logfile="/var/log/$app/$app-api.log" ynh_use_logrotate --logfile="/var/log/$app/$app-proxy.log" -ynh_add_systemd_config --template="api.service" --destination="/etc/systemd/system/piped-api.service" +ynh_add_systemd_config --template="api.service" --service="$app-api" yunohost service add "$app-api" --description="Piped backend API service" --log="/var/log/$app/$app-api.log" -ynh_add_systemd_config --template="proxy.service" --destination="/etc/systemd/system/piped-proxy.service" +ynh_add_systemd_config --template="proxy.service" --service="$app-proxy" yunohost service add "$app-proxy" --description="Piped HTTP proxy service" --log="/var/log/$app/$app-proxy.log" #=================================================