Attach TTY for hassio_cli wrapper to make spinner work (#332)

This commit is contained in:
Marcel de Vries 2023-10-23 12:24:25 +02:00 committed by GitHub
parent 4bc6a478a5
commit 21a9d0b3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# shellcheck disable=SC2048,SC2086
docker exec hassio_cli ha $*
docker exec -t hassio_cli ha $*