Update latest-update-menu.sh

pull/40/head
tteckster 2022-02-23 14:14:26 -05:00 committed by GitHub
parent b1b3987882
commit f78e5820bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 [ -f /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