Attach TTY for hassio_cli wrapper to make spinner work
This commit is contained in:
parent
724cbf2dfb
commit
5cea714970
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2048,SC2086
|
# shellcheck disable=SC2048,SC2086
|
||||||
|
|
||||||
docker exec hassio_cli ha $*
|
docker exec -t hassio_cli ha $*
|
||||||
|
|
Loading…
Reference in a new issue