correction on robot.sh 2

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