From 5c12845ca93c88ea8c984c992839f384f820b1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:45:05 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2494e54..37cfceb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -98,13 +98,13 @@ yunohost service add $app --description="Web-based music collection server and s #================================================= # UPDATE A CONFIG FILE #================================================= -ynh_script_progression --message="Updating a configuration file..." --weight=2 +#ynh_script_progression --message="Updating a configuration file..." --weight=2 # Uncomment when there is new options added upstream -ynh_add_config --template="navidrome.toml" --destination="/var/lib/$app/navidrome.toml" +#ynh_add_config --template="navidrome.toml" --destination="/var/lib/$app/navidrome.toml" -chmod 600 "/var/lib/$app/navidrome.toml" -chown -R $app:$app "/var/lib/$app" +#chmod 600 "/var/lib/$app/navidrome.toml" +#chown -R $app:$app "/var/lib/$app" #================================================= # START SYSTEMD SERVICE