diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 498f9c4..69cb22d 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -10,5 +10,4 @@ done if [[ "$(find ${PROCESSED} | wc -l)" -ge 100 ]];then ls -1t . | tail -n +100 | xargs -r rm -vv -else - +fi