manman-sync: clear ids

This commit is contained in:
Maciej Krüger 2022-05-18 16:06:28 +02:00 committed by Alexander List
parent 69117afb15
commit 0abf8a83ce

View File

@ -374,11 +374,15 @@ local function enable_sync(location, node)
if location then
printf('Config location %s', location)
uci:set('gluon-manman-sync', 'sync', 'location', location)
-- clear ID, gets fetched from manman-sync
uci:set('gluon-manman-sync', 'sync', 'location_id', nil)
end
if node then
printf('Config node %s', node)
uci:set('gluon-manman-sync', 'sync', 'node', node)
-- clear ID, gets fetched from manman-sync
uci:set('gluon-manman-sync', 'sync', 'node_id', nil)
end
if not uci:get_bool('gluon-manman-sync', 'sync', 'enabled') then