mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
backup: Manually modified files may not exists...
This commit is contained in:
parent
1f6fb31121
commit
b6981c80b8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ynh_backup --src_path="./manually_modified_files_list"
|
|||
|
||||
for file in $(cat ./manually_modified_files_list)
|
||||
do
|
||||
ynh_backup --src_path="$file"
|
||||
[[ -e $file ]] && ynh_backup --src_path="$file"
|
||||
done
|
||||
|
||||
ynh_backup --src_path="/etc/ssowat/conf.json.persistent"
|
||||
|
|
Loading…
Add table
Reference in a new issue