From 0e46ea12b2e12496a6b64786db19d8ae2dfd777f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 26 Feb 2021 13:40:47 +0100 Subject: [PATCH] Allways store docker and repository config (#2636) --- supervisor/snapshots/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supervisor/snapshots/__init__.py b/supervisor/snapshots/__init__.py index 0ea76141a..8ad525d1d 100644 --- a/supervisor/snapshots/__init__.py +++ b/supervisor/snapshots/__init__.py @@ -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