Kaynağa Gözat

correction on robot.sh 2

master
MEUNIER Thibaud 5 yıl önce
ebeveyn
işleme
1d88888638
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      scripts/robot.sh

+ 1
- 1
scripts/robot.sh Dosyayı Görüntüle

@ -5,7 +5,7 @@ then
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
if [ ! -f /opt/TOPISTO/data/btcspy/data/json/$BLOCK.json ];
then

Yükleniyor…
İptal
Kaydet