mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Do not override system.xml in upgrade
This commit is contained in:
parent
6659be56fb
commit
8009af0671
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@ ynh_system_user_create --username=$app
|
|||
#=================================================
|
||||
ynh_script_progression --message="Setting up configuration files..." --weight=2
|
||||
|
||||
ynh_add_config --template="system.xml" --destination="$config_path/system.xml"
|
||||
# TODO: investigate if we can avoid overriding system.xml
|
||||
#ynh_add_config --template="system.xml" --destination="$config_path/system.xml"
|
||||
ynh_add_config --template="network.xml" --destination="$config_path/network.xml"
|
||||
ynh_add_config --template="logging.json" --destination="$config_path/logging.json"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue