未验证 提交 4e0360e8 编写于 作者: R Rongfeng Fu 提交者: GitHub

fix #66 (#67)

上级 938988ae
...@@ -137,7 +137,10 @@ def start(plugin_context, local_home_path, repository_dir, *args, **kwargs): ...@@ -137,7 +137,10 @@ def start(plugin_context, local_home_path, repository_dir, *args, **kwargs):
'mode': '-m', 'mode': '-m',
'scn': '-f' 'scn': '-f'
} }
not_cmd_opt = ['home_path', 'obconfig_url', 'proxyro_password', 'redo_dir', 'clog_dir', 'ilog_dir', 'slog_dir'] not_cmd_opt = [
'home_path', 'obconfig_url', 'root_password', 'proxyro_password',
'redo_dir', 'clog_dir', 'ilog_dir', 'slog_dir'
]
get_value = lambda key: "'%s'" % server_config[key] if isinstance(server_config[key], str) else server_config[key] get_value = lambda key: "'%s'" % server_config[key] if isinstance(server_config[key], str) else server_config[key]
opt_str = [] opt_str = []
for key in server_config: for key in server_config:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册