correction on robot.sh

This commit is contained in:
2020-07-15 19:11:26 +02:00
parent f8610e9937
commit 002f3a4aa1
+1 -1
View File
@@ -5,7 +5,7 @@ then
find /opt/TOPISTO/data/btcspy/data/json -type f -mtime +3 -exec rm {} \;
for BLOCK in `ls -ltr /opt/TOPISTO/data/btcspy/data/simpledb/blocks`
for BLOCK in `ls -tr /opt/TOPISTO/data/btcspy/data/simpledb/blocks`
do
if [ ! -f /opt/TOPISTO/data/btcspy/data/json/$BLOCK.json ];
then