Reset time counter after user interaction
This commit is contained in:
@@ -75,6 +75,7 @@ if [[ $FORCE -eq 0 ]]; then
|
||||
echo '<ctrl-c> to quit'
|
||||
read foo
|
||||
fi
|
||||
SECONDS=0
|
||||
deletefiles "${FOLDERS[@]}"
|
||||
if [[ "$NOCOUNT" -ne 1 ]]; then
|
||||
listfolders "${FOLDERS[@]}"
|
||||
|
||||
Reference in New Issue
Block a user