1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

aaaand forgot the main conf ofc

This commit is contained in:
Alexandre Aubin 2023-12-05 02:36:19 +01:00
parent 77a15b6e28
commit 28d024a504

View file

@ -27,7 +27,7 @@ then
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
mkdir "$install_dir/bkp" 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 for file in $conf_files_to_keep
do do
if [ -e $install_dir/$file ] if [ -e $install_dir/$file ]