From 6159b54915271109cd7bbcf802e06499af8c6226 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 1 Jul 2022 10:48:52 -0400 Subject: [PATCH] Update haos-vm-v3.sh --- vm/haos-vm-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos-vm-v3.sh b/vm/haos-vm-v3.sh index 2e52013d..6101326d 100644 --- a/vm/haos-vm-v3.sh +++ b/vm/haos-vm-v3.sh @@ -293,7 +293,7 @@ else done fi msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." -msg_ok "Container ID is ${CL}${BL}$VMID${CL}." +msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}." msg_info "Getting URL for Home Assistant ${BRANCH} Disk Image" URL=https://github.com/home-assistant/operating-system/releases/download/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz msg_ok "Found URL for Home Assistant ${BRANCH} Disk Image"