瀏覽代碼

Update latest-update-menu.sh

tteckster 3 年之前
父節點
當前提交
0c4d50c124
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/latest-update-menu.sh

+ 1 - 1
misc/latest-update-menu.sh

@@ -22,7 +22,7 @@ echo -e "\e[1;92m Installing runlike... \e[0m"
 pip3 install runlike &>/dev/null 
 fi
 echo -e "\e[1;92m Creating Update Script... \e[0m"
-if [ -d /root/hass_config/ ]; then
+if [ -d /root/hass_config ]; then
 echo -e "\e[1;92m There's Already (hass_config) Folder! \e[0m"
 else
 mkdir /root/hass_config