Simplify OS check (#1939)

This commit is contained in:
Pascal Vizeli 2020-08-17 16:57:29 +02:00 committed by GitHub
parent e3ee9a299f
commit 011e2b3df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,10 +132,6 @@ class Core(CoreSysAttributes):
_LOGGER.error(
"Detected unsupported OS: %s", self.sys_host.info.operating_system,
)
else:
# Check rauc connectivity on our OS
if not self.sys_dbus.rauc.is_connected:
self.healthy = False
# Check all DBUS connectivity
if not self.sys_dbus.hostname.is_connected: