force ending time 0

This commit is contained in:
Ville Rantanen
2020-08-25 08:42:28 +03:00
parent babb593ce4
commit d6993345f8

View File

@@ -72,7 +72,7 @@ function deletefiles() {
fi fi
done < <(find "$@" \( -type f -or -type l \) -print0) done < <(find "$@" \( -type f -or -type l \) -print0)
printf "\r%s %s %${filespad}d/%${filespad}d %2d%%" \ printf "\r%s %s %${filespad}d/%${filespad}d %2d%%" \
"$timedone" "$timeleft" "$i" "$files" "100" "$timedone" "00:00:00" "$i" "$files" "100"
printf "\n" printf "\n"
} }
function listfolders() { function listfolders() {