mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
do not run bigchaindb with debug flag instead use config file
This commit is contained in:
parent
b0f0a031f6
commit
ac24801713
@ -93,7 +93,7 @@ case \$1 in
|
||||
start_bigchaindb)
|
||||
|
||||
pushd \$4
|
||||
nohup bigchaindb -l DEBUG start > /dev/null 2>&1 &
|
||||
nohup bigchaindb start > /dev/null 2>&1 &
|
||||
|
||||
echo \$! > \$2
|
||||
popd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user