From 8212eaa70f9e79d360b0a00c69754e43858eb823 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Jan 2019 15:40:32 +0800 Subject: [PATCH] 1 --- scripts/fabfile/fabfile.py | 1 + 1 file changed, 1 insertion(+) 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]")