forevermempool reset cron
This commit is contained in:
parent
3ad5db032b
commit
ad4615cc5a
2 changed files with 5 additions and 4 deletions
5
cron/forever.sh
Normal file
5
cron/forever.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
pkill -f forevermempool
|
||||
rm -f /home/lbry/explorer.lbry.io/tmp/lock/forevermempool 2>/dev/null
|
||||
cd /home/lbry/explorer.lbry.io
|
||||
bin/cake block forevermempool &
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd /home/lbry/explorer.lbry.io
|
||||
bin/cake block forevermempool &
|
||||
|
Loading…
Reference in a new issue