mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Small changes to output of send_confile in fabfile.py
This commit is contained in:
parent
c3ce5ef4f7
commit
2ef9bedfef
4
deploy-cluster-aws/fabfile.py
vendored
4
deploy-cluster-aws/fabfile.py
vendored
@ -143,10 +143,8 @@ def configure_bigchaindb():
|
||||
def send_confile(confile):
|
||||
put('confiles/' + confile, 'tempfile')
|
||||
sudo('mv tempfile ~/.bigchaindb')
|
||||
print('When confile = {} '.format(confile))
|
||||
print('bigchaindb show-config output is:')
|
||||
print('For this node, bigchaindb show-config says:')
|
||||
run('bigchaindb show-config')
|
||||
print(' ')
|
||||
|
||||
|
||||
# Initialize BigchainDB
|
||||
|
Loading…
x
Reference in New Issue
Block a user