From 9ceae1e7f17688eb4be234cfeed5164dc65db83c Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 5 Nov 2024 15:44:12 +0100 Subject: [PATCH] modify script --- scripts/scan/batch-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scan/batch-scan.sh b/scripts/scan/batch-scan.sh index 68871c1..e80daff 100755 --- a/scripts/scan/batch-scan.sh +++ b/scripts/scan/batch-scan.sh @@ -34,6 +34,6 @@ while true; do continue fi printf "> #"$counter": scanning to '"$file"' finished!\n" - postprocess "$file" "$directory" "$counter" + #postprocess "$file" "$directory" "$counter" ((counter++)) done