From 8009af06718c17c7210932be4200d97da901d409 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 15 Feb 2022 21:30:57 +0000 Subject: [PATCH] Do not override system.xml in upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5a3eb6b..52f3b21 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"