force ending time 0
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user