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