From d646212f1d8a37b5f007a6a969078d9177003853 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 15 Feb 2026 03:32:54 +0100 Subject: [PATCH] toys: cleanup --- toys/checkmissing | 2 +- toys/cleandestinations | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/toys/checkmissing b/toys/checkmissing index 0d5d743..d5db9fd 100755 --- a/toys/checkmissing +++ b/toys/checkmissing @@ -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]} diff --git a/toys/cleandestinations b/toys/cleandestinations index 4155624..1f01b62 100755 --- a/toys/cleandestinations +++ b/toys/cleandestinations @@ -65,10 +65,6 @@ getConfig sanityCheck openDatabase -checkwanted() { - Select id <<<"filename = $1" -} - for destination in "${!destinationpath[@]}" do echo -ne "\rScanning destination $destination... \033[K"