浏览代码

Update ha_setup.sh

tteckster 3 年之前
父节点
当前提交
6d78576bda
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup/ha_setup.sh

+ 2 - 2
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'