1
This commit is contained in:
parent
790726db0c
commit
9f56a6b156
2
scripts/fabfile/fabfile.py
vendored
2
scripts/fabfile/fabfile.py
vendored
@ -12,7 +12,7 @@ def execCmd(svr_conf, cmd):
|
||||
'password': 'kingsome'
|
||||
})
|
||||
print(svr_conf)
|
||||
c.run(cmd)
|
||||
c.run(cmd.replace('$server_id', str(svr_conf['server_id'])))
|
||||
|
||||
parser = OptionParser(usage="%prog [options]")
|
||||
parser.add_option(
|
||||
|
Loading…
x
Reference in New Issue
Block a user