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'
|
echo '<ctrl-c> to quit'
|
||||||
read foo
|
read foo
|
||||||
fi
|
fi
|
||||||
|
SECONDS=0
|
||||||
deletefiles "${FOLDERS[@]}"
|
deletefiles "${FOLDERS[@]}"
|
||||||
if [[ "$NOCOUNT" -ne 1 ]]; then
|
if [[ "$NOCOUNT" -ne 1 ]]; then
|
||||||
listfolders "${FOLDERS[@]}"
|
listfolders "${FOLDERS[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user