copyFiles_action: use SQL placeholder

This commit is contained in:
Vincent Riquer 2026-02-15 03:26:16 +01:00 committed by ScriptFanix
parent ca4542eb81
commit 063f379f7d

View File

@ -91,9 +91,10 @@ copyFiles_action() {
"$sourcepath/$sourcefilename" \ "$sourcepath/$sourcefilename" \
"$destdir" "$destdir"
then then
destfilename=${sourcefilename//$'\n'/::AtOM:NewLine:SQL:Inline::}
Update destination_files \ Update destination_files \
filename \ filename \
"$destdir/${sourcefilename##*/}"\ "$destdir/${destfilename##*/}"\
rename_pattern \ rename_pattern \
"${destinationrenamepath[$destination]}/${destinationrename[$destination]}"\ "${destinationrenamepath[$destination]}/${destinationrename[$destination]}"\
fat32compat \ fat32compat \