From 0abf8a83ce6ba50d032ccbf16b71c140790ca6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Wed, 18 May 2022 16:06:28 +0200 Subject: [PATCH] manman-sync: clear ids --- package/gluon-manman-sync/luasrc/usr/bin/manman-sync | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/gluon-manman-sync/luasrc/usr/bin/manman-sync b/package/gluon-manman-sync/luasrc/usr/bin/manman-sync index 54c56bf7..b1dac3f4 100755 --- a/package/gluon-manman-sync/luasrc/usr/bin/manman-sync +++ b/package/gluon-manman-sync/luasrc/usr/bin/manman-sync @@ -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