mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 02:26:30 +00:00
Don't return false for addon startup on update (#153)
This commit is contained in:
parent
eab958860c
commit
4af92b9d25
@ -496,7 +496,7 @@ class Addon(object):
|
||||
|
||||
# restore state
|
||||
if last_state == STATE_STARTED:
|
||||
return await self.docker.run()
|
||||
await self.docker.run()
|
||||
return True
|
||||
|
||||
@check_installed
|
||||
|
Loading…
x
Reference in New Issue
Block a user