From 82f8a90249c2fbf2b17fe9f516fb1435cb59de9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Feb 2023 16:54:00 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index b777268..dbfc920 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -153,13 +153,13 @@ ynh_add_nginx_config #================================================= # ynh_script_progression --message="Updating a configuration file..." -config_path="/var/lib/$app" +#config_path="/var/lib/$app" # Uncomment when there is new options added upstream -ynh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml" +y#nh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml" -chmod 600 "$config_path/navidrome.toml" -chown -R $app:$app "$config_path" +#chmod 600 "$config_path/navidrome.toml" +#chown -R $app:$app "$config_path" #================================================= # SETUP SYSTEMD