diff --git a/scripts/fabfile/fabfile.py b/scripts/fabfile/fabfile.py index ccf98ca..ffedda9 100755 --- a/scripts/fabfile/fabfile.py +++ b/scripts/fabfile/fabfile.py @@ -11,6 +11,7 @@ def execCmd(svr_conf, cmd): c = Connection(host=svr_conf['host'], user='root', connect_kwargs = { 'password': 'kingsome' }) + print(svr_conf) c.run(cmd) parser = OptionParser(usage="%prog [options]")