diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 67d905fc8..f84e8d2b5 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -212,7 +212,7 @@ def restyOp(method): # 启动时,先检查一下配置文件 check = getServerDir() + "/bin/openresty -t" check_data = mw.execShell(check) - if check_data[1].find('test failed') != -1: + if not check_data[1].find('test is successful'): return check_data[1] if not mw.isAppleSystem():