mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update homeassistant-v5.sh
fix directory check
This commit is contained in:
parent
c159c1add2
commit
d883f95276
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user