toys: cleanup

This commit is contained in:
Vincent Riquer 2026-02-15 03:32:54 +01:00 committed by ScriptFanix
parent f56bf00916
commit d646212f1d
2 changed files with 1 additions and 5 deletions

View File

@ -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]}

View File

@ -65,10 +65,6 @@ getConfig
sanityCheck
openDatabase
checkwanted() {
Select id <<<"filename = $1"
}
for destination in "${!destinationpath[@]}"
do
echo -ne "\rScanning destination $destination... \033[K"