Update run-crons.sh

This commit is contained in:
nrpatten 2013-10-23 21:14:51 +11:00
parent 2a1e0ab390
commit e51e32ac09

View File

@ -7,7 +7,7 @@
# # # #
######################### #########################
# PHP Detections, if this fails hard code it # PHP Detections, if this fails hard code it
PHP_BIN="/usr/bin/php-cli" PHP_BIN=$( which php )
# List of cruns to execute # List of cruns to execute
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php manual_payout.php auto_payout.php tickerupdate.php notifications.php statistics.php archive_cleanup.php" CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php manual_payout.php auto_payout.php tickerupdate.php notifications.php statistics.php archive_cleanup.php"