From 28d024a5045c8cc2c30107da475d20864c9d3d76 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Dec 2023 02:36:19 +0100 Subject: [PATCH] aaaand forgot the main conf ofc --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d9f4351..d148951 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,7 +27,7 @@ then ynh_script_progression --message="Upgrading source files..." mkdir "$install_dir/bkp" - conf_files_to_keep="backend/caldav/config.php backend/carddav/config.php backend/imap/config.php backend/combined/config.php autodiscover/config.php backend/searchldap/config.php" + conf_files_to_keep="config.php backend/caldav/config.php backend/carddav/config.php backend/imap/config.php backend/combined/config.php autodiscover/config.php backend/searchldap/config.php" for file in $conf_files_to_keep do if [ -e $install_dir/$file ]