mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Use run() rather than sudo() to move conf file to ~
This commit is contained in:
parent
344246096d
commit
12a538a933
2
deploy-cluster-aws/fabfile.py
vendored
2
deploy-cluster-aws/fabfile.py
vendored
@ -141,7 +141,7 @@ def configure_bigchaindb():
|
|||||||
@task
|
@task
|
||||||
def send_confile(confile):
|
def send_confile(confile):
|
||||||
put('confiles/' + confile, 'tempfile')
|
put('confiles/' + confile, 'tempfile')
|
||||||
sudo('mv tempfile ~/.bigchaindb')
|
run('mv tempfile ~/.bigchaindb')
|
||||||
print('For this node, bigchaindb show-config says:')
|
print('For this node, bigchaindb show-config says:')
|
||||||
run('bigchaindb show-config')
|
run('bigchaindb show-config')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user