From f14b5aa5a7274eb8266c44a6fa02cfaa7996ac8d Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 19 Jan 2022 16:06:32 -0500 Subject: [PATCH] Update update.sh --- misc/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/update.sh b/misc/update.sh index 40b1d4e3..232ba95e 100644 --- a/misc/update.sh +++ b/misc/update.sh @@ -17,7 +17,7 @@ docker run -d \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro\ --net=host \ - homeassistant/home-assistant:stable &>/dev/null + homeassistant/home-assistant:stable echo -e "\e[1;33m Removing Old Image... \e[0m" docker image prune -f -echo -e "\e[1;33m Finished Update! \e[0m" \ No newline at end of file +echo -e "\e[1;33m Finished Update! \e[0m"