From d883f952760a3571171620e8ec61dd9225e7cb09 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 5 Mar 2023 07:45:47 -0500 Subject: [PATCH] Update homeassistant-v5.sh fix directory check --- ct/homeassistant-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index 4d3a1750..69a43f87 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -409,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