From d589387e36517ce6ae47a91b0fbe4684b4945605 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 28 Nov 2021 01:32:12 -0500 Subject: [PATCH] Update ha_container.sh --- ha_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha_container.sh b/ha_container.sh index 0a15609c..3840cfa6 100644 --- a/ha_container.sh +++ b/ha_container.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash while true; do - read -p "This will create a New Home Assistant LXC Container. Proceed(y/n)?" yn + read -p "This will create a New Home Assistant Container LXC. Proceed(y/n)?" yn case $yn in [Yy]* ) break;; [Nn]* ) exit;;