Skip to content

Commit

Permalink
Merge pull request #250 from flokli/check-find
Browse files Browse the repository at this point in the history
init_master.lua: check for find
  • Loading branch information
GUI authored Jan 23, 2021
2 parents 86d3c94 + 81f19da commit 7125960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/resty/auto-ssl/init_master.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ local str = require "resty.string"

local function check_dependencies()
local runtime_dependencies = {
"awk",
"bash",
"curl",
"diff",
"find",
"grep",
"mktemp",
"openssl",
Expand Down

0 comments on commit 7125960

Please sign in to comment.