[FIX] Disable verbose mode, use cmdline switch instead

This commit is contained in:
Sebastian Grewe 2013-12-17 11:38:43 +01:00
parent 9d9401d673
commit 3715f30f7b
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ PHP_BIN=$( which php )
CRONS="tickerupdate.php notifications.php archive_cleanup.php"
# Output additional runtime information
VERBOSE="1"
VERBOSE="0"
# Base path for PIDFILE, (full path).
BASEPATH="/tmp"

View File

@ -13,7 +13,7 @@ PHP_BIN=$( which php )
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php"
# Output additional runtime information
VERBOSE="1"
VERBOSE="0"
# Base path for PIDFILE, (full path).
BASEPATH="/tmp"

View File

@ -13,7 +13,7 @@ PHP_BIN=$( which php )
CRONS="statistics.php"
# Output additional runtime information
VERBOSE="1"
VERBOSE="0"
# Base path for PIDFILE, (full path).
BASEPATH="/tmp"