mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +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
|
# restore state
|
||||||
if last_state == STATE_STARTED:
|
if last_state == STATE_STARTED:
|
||||||
return await self.docker.run()
|
await self.docker.run()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@check_installed
|
@check_installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user