correction on robot.sh 2
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user