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