Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster d883f95276
Update homeassistant-v5.sh
fix directory check
2023-03-05 07:45:47 -05:00
tteckster c159c1add2
Update homeassistant-v5.sh
fix update
2023-03-05 07:20:28 -05:00
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ var_os="debian"
var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install"
NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$'
YW=$(echo "\033[33m")
BL=$(echo "\033[36m")
@ -410,7 +409,7 @@ if command -v pveversion >/dev/null 2>&1; then
install_script
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /var/lib/docker/volumes/hass_config/_data
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -d /var/lib/docker/volumes/hass_config/_data
]]; then
msg_error "No ${APP} Installation Found!"
exit