Sfoglia il codice sorgente

correction on robot.sh

master
MEUNIER Thibaud 5 anni fa
parent
commit
002f3a4aa1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      scripts/robot.sh

+ 1
- 1
scripts/robot.sh Vedi 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

Caricamento…
Annulla
Salva