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