Adding advance_blocks.sh into all lbrycrd containers
This commit is contained in:
parent
d53d871408
commit
147f165cd9
1 changed files with 5 additions and 0 deletions
5
lbrycrd/stuff/advance_blocks.sh
Executable file
5
lbrycrd/stuff/advance_blocks.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
while true; do
|
||||
lbrycrd-cli -conf=/data/.lbrycrd/lbrycrd.conf generate 1 >> /tmp/output.log
|
||||
sleep 2
|
||||
done
|
Loading…
Add table
Reference in a new issue