copyFiles_action: use SQL placeholder
This commit is contained in:
parent
36dd9d43dd
commit
3624e50416
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user