[FIX] Disable verbose mode, use cmdline switch instead
This commit is contained in:
parent
9d9401d673
commit
3715f30f7b
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user