fixed backup linking

This commit is contained in:
WolverinDEV 2019-09-01 21:29:14 +02:00
parent 7888227ec9
commit 4cdc6b4996
1 changed files with 1 additions and 1 deletions

View File

@ -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