diff --git a/apisix/cli/ops.lua b/apisix/cli/ops.lua index 25c70e4ee4c1..d81f28fa586d 100644 --- a/apisix/cli/ops.lua +++ b/apisix/cli/ops.lua @@ -805,6 +805,7 @@ local function start(env, ...) local ok, err, err_no = signal.kill(pid, signone) if ok then + print("APISIX is running...") print("the old process is still running, the new one won't be started!") return -- no such process