1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-12-05 09:45:05 +01:00
parent b6bfabefe8
commit 5c12845ca9

View file

@ -98,13 +98,13 @@ yunohost service add $app --description="Web-based music collection server and s
#================================================= #=================================================
# UPDATE A CONFIG FILE # 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 # 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" #chmod 600 "/var/lib/$app/navidrome.toml"
chown -R $app:$app "/var/lib/$app" #chown -R $app:$app "/var/lib/$app"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE