Update ha_setup.sh

This commit is contained in:
tteckster 2022-02-09 02:03:32 -05:00 committed by GitHub
parent d36ecb90e0
commit 6d78576bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ docker run -d \
-v /dev:/dev \ -v /dev:/dev \
-v hass_config:/config \ -v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro\ -v /etc/timezone:/etc/timezone:ro \
--net=host \ --net=host \
homeassistant/home-assistant:stable &>/dev/null homeassistant/home-assistant:stable &>/dev/null
@ -111,7 +111,7 @@ docker run -d \
-v /dev:/dev \ -v /dev:/dev \
-v hass_config:/config \ -v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro\ -v /etc/timezone:/etc/timezone:ro \
--net=host \ --net=host \
homeassistant/home-assistant:stable homeassistant/home-assistant:stable
echo -e '\e[1;33m Removing Old Image... \e[0m' echo -e '\e[1;33m Removing Old Image... \e[0m'