diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 09669dec4..a56fe9757 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -415,8 +415,6 @@ def myOp(version, method): cmd = init_file + ' ' + method try: initData = initMysqlData() - subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True, - bufsize=4096, stderr=subprocess.PIPE) if initData == 0: initMysqlPwd()