1
0
Fork 0
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:
tituspijean 2022-02-15 21:30:57 +00:00
parent 6659be56fb
commit 8009af0671
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"