mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 23:56: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
|
# set general data
|
||||||
if homeassistant:
|
if homeassistant:
|
||||||
snapshot.store_homeassistant()
|
snapshot.store_homeassistant()
|
||||||
snapshot.store_repositories()
|
|
||||||
snapshot.store_dockerconfig()
|
snapshot.store_repositories()
|
||||||
|
snapshot.store_dockerconfig()
|
||||||
|
|
||||||
return snapshot
|
return snapshot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user