fix convert find logic
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ if not magick then
|
||||
magick = ""
|
||||
end
|
||||
|
||||
local cmd = magick .. " convert -append " .. table.concat(origin, " ") .. " " .. combined
|
||||
local cmd = magick .. " " .. convert .. " -append " .. table.concat(origin, " ") .. " " .. combined
|
||||
ngx.log(ngx.INFO, 'CMD -> ', cmd)
|
||||
local result, _, code = os.execute(cmd)
|
||||
if result and code == 0 then
|
||||
|
||||
Reference in New Issue
Block a user