This commit is contained in:
Xavier Roche
2013-06-09 19:25:09 +00:00
parent e895148e67
commit 47fdfafbb7

View File

@@ -126,7 +126,7 @@ function start-crawl {
grep -E "^HTTrack Website Copier/[^ ]* mirror complete in " "${tmp}/hts-log.txt"
;;
--print-files)
find "${tmp}" -type f -mindepth 1
find "${tmp}" -mindepth 1 -type f
;;
--errors)
shift