fixed backup linking
This commit is contained in:
parent
7888227ec9
commit
4cdc6b4996
@ -77,7 +77,7 @@ if [[ ${path_found} -eq 0 ]]; then
|
||||
|
||||
for file in "${files[@]}"
|
||||
do
|
||||
file_mapping=$(echo ${file_mapping} | tr ";" "\n")
|
||||
file_mapping=($(echo ${file} | tr ";" "\n"))
|
||||
dst_file=${file_mapping[1]}
|
||||
|
||||
if [[ -e "${path_target}/${dst_file}" ]] || [[ -L "${path_target}/${dst_file}" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user