fix filepath for copied files
This commit is contained in:
parent
5c115e1f37
commit
a2ece56108
@ -10,7 +10,8 @@ copyFiles_matching() {
|
||||
"$destdir/$destfile.$extension"
|
||||
echo \
|
||||
"UPDATE destination_files" \
|
||||
"SET filename=\"${filename//\"/\"\"}\"," \
|
||||
"SET filename=" \
|
||||
"\"${destdir//\"/\"\"}/${destfile//\"/\"\"}.$extension\"," \
|
||||
" last_change=(" \
|
||||
" SELECT last_change" \
|
||||
" FROM source_files" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user