Merge pull request #3314 from ptpt52/fix-typo-luci-app-ddns
luci-app-ddns: fix typo err in luci.ddns
This commit is contained in:
commit
3b2f05b4b2
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ local methods = {
|
||||||
|
|
||||||
local function check_certs()
|
local function check_certs()
|
||||||
local _, v = fs.glob("/etc/ssl/certs/*.crt")
|
local _, v = fs.glob("/etc/ssl/certs/*.crt")
|
||||||
if ( v == 0 ) then _, v = NXFS.glob("/etc/ssl/certs/*.pem") end
|
if ( v == 0 ) then _, v = fs.glob("/etc/ssl/certs/*.pem") end
|
||||||
return (v > 0)
|
return (v > 0)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue