price history cron
This commit is contained in:
parent
e9beaedeec
commit
0d791a6b43
2 changed files with 8 additions and 0 deletions
4
cron/claimindex.sh
Executable file
4
cron/claimindex.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd /var/www/lbry.block.ng
|
||||||
|
bin/cake block buildclaimindex
|
||||||
|
|
4
cron/pricehistory.sh
Executable file
4
cron/pricehistory.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd /var/www/lbry.block.ng
|
||||||
|
bin/cake aux pricehistory
|
||||||
|
|
Loading…
Reference in a new issue