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-02-11 16:54:00 +01:00
parent a534ae2e9f
commit 82f8a90249

View file

@ -153,13 +153,13 @@ ynh_add_nginx_config
#================================================= #=================================================
# ynh_script_progression --message="Updating a configuration file..." # 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 # 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" #chmod 600 "$config_path/navidrome.toml"
chown -R $app:$app "$config_path" #chown -R $app:$app "$config_path"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD