diff --git a/deploy-cluster-aws/fabfile.py b/deploy-cluster-aws/fabfile.py index 6037d95f..c0c2181c 100644 --- a/deploy-cluster-aws/fabfile.py +++ b/deploy-cluster-aws/fabfile.py @@ -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