fixed typo
This commit is contained in:
+1
-2
@@ -10,5 +10,4 @@ done
|
|||||||
|
|
||||||
if [[ "$(find ${PROCESSED} | wc -l)" -ge 100 ]];then
|
if [[ "$(find ${PROCESSED} | wc -l)" -ge 100 ]];then
|
||||||
ls -1t . | tail -n +100 | xargs -r rm -vv
|
ls -1t . | tail -n +100 | xargs -r rm -vv
|
||||||
else
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user