mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-14 16:26:52 +00:00
If we don't persist the uuid then every time the supervisor starts it will think it's a new device. This triggers a wipe of the local state and also a re-load of the preloaded apps. This in turn causes multiple instances of the preloaded apps to be left running. Signed-off-by: Petros Angelatos <petrosagg@gmail.com>