Revolyssup commented on code in PR #9701:
URL: https://github.com/apache/apisix/pull/9701#discussion_r1259430124
##########
apisix/cli/ops.lua:
##########
@@ -821,6 +837,9 @@ local function start(env, ...)
end
print("Use customized yaml: ", customized_yaml)
+ else
+ -- Cleanup any custom config from previous runs
+ cleanup()
Review Comment:
You mean to check the error of `util.execute_cmd(env.openresty_args)` and if
the error is related to cleanup then cleanup and run
`util.execute_cmd(env.openresty_args)` again?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]