toys: cleanup
This commit is contained in:
parent
1fe4099350
commit
76bad8af0b
@ -65,6 +65,7 @@ getConfig
|
||||
sanityCheck
|
||||
openDatabase
|
||||
|
||||
echo -n "Checking for missing files... "
|
||||
echo '
|
||||
SELECT
|
||||
destination_files.id,
|
||||
@ -92,7 +93,6 @@ done
|
||||
|
||||
echo 'BEGIN TRANSACTION;' >&3
|
||||
|
||||
echo -n "Checking for missing files... "
|
||||
for index in "${!files[@]}"
|
||||
do
|
||||
destination=${destination_names[index]}
|
||||
|
||||
@ -65,10 +65,6 @@ getConfig
|
||||
sanityCheck
|
||||
openDatabase
|
||||
|
||||
checkwanted() {
|
||||
Select id <<<"filename = $1"
|
||||
}
|
||||
|
||||
for destination in "${!destinationpath[@]}"
|
||||
do
|
||||
echo -ne "\rScanning destination $destination... \033[K"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user