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:
parent
b6bfabefe8
commit
5c12845ca9
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue