Fix bug in first install/boot (#1677)

This commit is contained in:
Tim Wilkinson 2024-11-06 14:55:01 -08:00 committed by GitHub
parent 6b583fb1d0
commit 722b13288e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ do
end end
-- Override with the current config -- Override with the current config
local all = uci.cursor("/etc/config.mesh"):get_all("setup", "globals") local all = uci.cursor("/etc/config.mesh"):get_all("setup", "globals") or {}
for k, v in pairs(all) for k, v in pairs(all)
do do
if not k:match("^%.") then if not k:match("^%.") then