various tweaks

This commit is contained in:
kepler155c@gmail.com
2018-12-16 15:00:01 -05:00
parent ecd3d52797
commit 073c55314f

View File

@@ -62,7 +62,7 @@ function Storage:init()
Util.merge(self, defaults)
self.nodes = Config.load('storage', { })
if not self.nodes then -- TODO: temporary
if Util.empty(self.nodes) then -- TODO: temporary
loadOld(self)
end