[FIX] removed from cronjob

This commit is contained in:
iAmShorty 2014-02-14 17:10:27 +01:00
parent 8f4af5b038
commit 2ac6540a8f
2 changed files with 2 additions and 2 deletions

2
cronjobs/run-crons.sh Executable file → Normal file
View File

@ -10,7 +10,7 @@
PHP_BIN=$( which php )
# List of cruns to execute
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php tickerupdate.php notifications.php statistics.php token_cleanup.php archive_cleanup.php notification_cleanup.php liquid_payout.php"
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php tickerupdate.php notifications.php statistics.php token_cleanup.php archive_cleanup.php notification_cleanup.php"
# Output additional runtime information
VERBOSE="0"

2
cronjobs/run-payout.sh Executable file → Normal file
View File

@ -10,7 +10,7 @@
PHP_BIN=$( which php )
# List of cruns to execute
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php liquid_payout.php"
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php"
# Output additional runtime information
VERBOSE="0"