From 5cea71497047529390b4e1ad12ac612e5ca06acc Mon Sep 17 00:00:00 2001 From: Marcel de Vries Date: Sun, 22 Oct 2023 16:51:28 +0200 Subject: [PATCH] Attach TTY for hassio_cli wrapper to make spinner work --- homeassistant-supervised/usr/bin/ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant-supervised/usr/bin/ha b/homeassistant-supervised/usr/bin/ha index 060667f..12f9318 100644 --- a/homeassistant-supervised/usr/bin/ha +++ b/homeassistant-supervised/usr/bin/ha @@ -1,4 +1,4 @@ #!/usr/bin/env bash # shellcheck disable=SC2048,SC2086 -docker exec hassio_cli ha $* +docker exec -t hassio_cli ha $*