From 6d78576bda0d51a52a6589cb0c657c002731ecfc Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 9 Feb 2022 02:03:32 -0500 Subject: [PATCH] Update ha_setup.sh --- setup/ha_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/ha_setup.sh b/setup/ha_setup.sh index 9b8387e3..027f7880 100644 --- a/setup/ha_setup.sh +++ b/setup/ha_setup.sh @@ -89,7 +89,7 @@ docker run -d \ -v /dev:/dev \ -v hass_config:/config \ -v /etc/localtime:/etc/localtime:ro \ - -v /etc/timezone:/etc/timezone:ro\ + -v /etc/timezone:/etc/timezone:ro \ --net=host \ homeassistant/home-assistant:stable &>/dev/null @@ -111,7 +111,7 @@ docker run -d \ -v /dev:/dev \ -v hass_config:/config \ -v /etc/localtime:/etc/localtime:ro \ - -v /etc/timezone:/etc/timezone:ro\ + -v /etc/timezone:/etc/timezone:ro \ --net=host \ homeassistant/home-assistant:stable echo -e '\e[1;33m Removing Old Image... \e[0m'