diff --git a/cron/claimindex.sh b/cron/claimindex.sh new file mode 100755 index 0000000..04b173f --- /dev/null +++ b/cron/claimindex.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd /var/www/lbry.block.ng +bin/cake block buildclaimindex + diff --git a/cron/pricehistory.sh b/cron/pricehistory.sh new file mode 100755 index 0000000..7a06adf --- /dev/null +++ b/cron/pricehistory.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd /var/www/lbry.block.ng +bin/cake aux pricehistory +