Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
topisto
/
btcspy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
correction on robot.sh 2
master
MEUNIER Thibaud
5 anos atrás
pai
002f3a4aa1
commit
1d88888638
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
scripts/robot.sh
+ 1
- 1
scripts/robot.sh
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar