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:
parent
77a15b6e28
commit
28d024a504
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue