From 514b8ede1d9b6dd7e48e07746507a1659d9ecedd Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 16 May 2020 00:00:47 +0200 Subject: [PATCH] correct option --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index bb5cb37..4bc5eab 100644 --- a/scripts/install +++ b/scripts/install @@ -114,8 +114,8 @@ ynh_system_user_create --username=$app #================================================= ynh_script_progression --message="Configuring a systemd service..." --time --weight=1 -ynh_replace_string "__PORT__" "$port" "conf/systemd.service" -ynh_replace_string "__API_KEY__" "$master_key" "conf/systemd.service" +ynh_replace_string "__PORT__" "$port" "../conf/systemd.service" +ynh_replace_string "__API_KEY__" "$master_key" "../conf/systemd.service" # Create a dedicated systemd config ynh_add_systemd_config