From d01590d90477f00f0c56b76ee3d674e632bbbe70 Mon Sep 17 00:00:00 2001 From: Michal Cichra Date: Tue, 7 Nov 2017 18:35:56 +0100 Subject: [PATCH] [cli] allow to start without master process --- apicast/src/apicast/cli/start.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/apicast/src/apicast/cli/start.lua b/apicast/src/apicast/cli/start.lua index ead0df519..4916bd9b3 100644 --- a/apicast/src/apicast/cli/start.lua +++ b/apicast/src/apicast/cli/start.lua @@ -4,6 +4,7 @@ local min = math.min local max = math.max local insert = table.insert local concat = table.concat +local tostring = tostring local exec = require('resty.execvp') local resty_env = require('resty.env')