This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topisto
/
btcspy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
correction on robot.sh 2
master
MEUNIER Thibaud
5 years ago
parent
002f3a4aa1
commit
1d88888638
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/robot.sh
+ 1
- 1
scripts/robot.sh
View File
@ -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
Write
Preview
Loading…
Cancel
Save