Update 'DynDNS/dyndns.lua'

Bugfix with missing file
This commit is contained in:
Filip Znachor 2022-04-03 19:48:53 +02:00
parent 57db9649c8
commit b38ab01247

View file

@ -178,6 +178,7 @@ for key,value in pairs(array) do
end
config_file = read_file(output_file)
if config_file == nil then config_file = "" end
c1 = sort_table(split(config_file, "\r\n"))
c2 = sort_table(split(config, "\r\n"))