modify script
This commit is contained in:
parent
9d912f5fee
commit
9ceae1e7f1
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ while true; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
printf "> #"$counter": scanning to '"$file"' finished!\n"
|
printf "> #"$counter": scanning to '"$file"' finished!\n"
|
||||||
postprocess "$file" "$directory" "$counter"
|
#postprocess "$file" "$directory" "$counter"
|
||||||
((counter++))
|
((counter++))
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue