mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Update hassio-cli
This commit is contained in:
parent
0866b4cba5
commit
82c8b982e8
@ -12,3 +12,8 @@ if docker --pull $CLI > /dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker run --rm -ti $DOCKER_ARGS $CLI
|
docker run --rm -ti $DOCKER_ARGS $CLI
|
||||||
|
if [ $? -eq 10 ]; then
|
||||||
|
sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
logout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user