mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Allways store docker and repository config (#2636)
This commit is contained in:
parent
be226b2b01
commit
0e46ea12b2
@ -46,8 +46,9 @@ class SnapshotManager(CoreSysAttributes):
|
||||
# set general data
|
||||
if homeassistant:
|
||||
snapshot.store_homeassistant()
|
||||
snapshot.store_repositories()
|
||||
snapshot.store_dockerconfig()
|
||||
|
||||
snapshot.store_repositories()
|
||||
snapshot.store_dockerconfig()
|
||||
|
||||
return snapshot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user