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

Merge branch 'testing' into V2

This commit is contained in:
Éric Gaspar 2023-02-11 16:55:37 +01:00 committed by GitHub
commit 8257458321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,11 +109,13 @@ ynh_add_nginx_config
#=================================================
# ynh_script_progression --message="Updating a configuration file..."
# Uncomment when there is new options added upstream
ynh_add_config --template="../conf/navidrome.toml" --destination="$data_dir/navidrome.toml"
#config_path="/var/lib/$app"
chmod 600 "$data_dir/navidrome.toml"
chown -R $app:$app "$data_dir"
# Uncomment when there is new options added upstream
y#nh_add_config --template="../conf/navidrome.toml" --destination="$config_path/navidrome.toml"
#chmod 600 "$config_path/navidrome.toml"
#chown -R $app:$app "$config_path"
#=================================================
# SETUP SYSTEMD