Skip to content

Commit 81f19da

Browse files
committed
init_master.lua: check for find and awk too
start_sockproc requires find: ``` bin/resty-auto-ssl/.start_sockproc-wrapped: line 31: find: command not found ``` … and dehydrated invokes awk. So check for both.
1 parent 86d3c94 commit 81f19da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/resty/auto-ssl/init_master.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ local str = require "resty.string"
55

66
local function check_dependencies()
77
local runtime_dependencies = {
8+
"awk",
89
"bash",
910
"curl",
1011
"diff",
12+
"find",
1113
"grep",
1214
"mktemp",
1315
"openssl",

0 commit comments

Comments
 (0)