From 46381861a5869177b79d843691e0567c3e675d01 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Feb 2022 12:31:46 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 57ee1c1..7da260d 100644 --- a/scripts/install +++ b/scripts/install @@ -134,7 +134,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Modifying a config file..." --weight=1 -path=${path_url%/} +path=${path_url#/} ynh_add_config --template="../conf/config.json.example" --destination="$final_path/config.json" chmod 400 "$final_path/config.json"