manman-sync: commit so move migrations don't mess up things

This commit is contained in:
Maciej Krüger 2022-01-18 10:04:40 +01:00 committed by Alexander List
parent db58670a14
commit a36f9d7e2a

View File

@ -212,6 +212,7 @@ if uci:get_bool('gluon-manman-sync', 'sync', 'enabled') then
uci:save('gluon-manman-sync')
uci:save('gluon-static-ip')
uci:save('gluon-node-info')
os.execute('exec uci commit')
print('Applying changes...')
os.execute('exec gluon-reconfigure')