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