From 5fac2d1203e70e0459f6b01634bbdd15f8fd7bc4 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Mon, 8 Apr 2024 00:16:23 +0200 Subject: [PATCH] Update scripts/change_url Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index ef8c746..d98dd76 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -10,7 +10,7 @@ source ./_common.sh source /usr/share/yunohost/helpers # We stop the service -ynh_systemd_action --service_name=$app.service.service --action=stop +ynh_systemd_action --service_name=$app.service --action=stop #================================================= # STANDARD MODIFICATIONS