From 83d3caacc8ad3c6697664cd627387f9c88186e1c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 19 Feb 2021 20:12:26 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 0d19376..d5a7b8c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -124,6 +124,7 @@ config_path="/var/lib/$app" ynh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml" # Create a dedicated systemd config +ynh_replace_string --match_string="__CONFIG_PATH__" --replace_string="$config_path" --target_file="../conf/systemd.service" ynh_add_systemd_config #=================================================