Update podman-homeassistant-v3.sh

This commit is contained in:
tteckster 2022-04-17 18:38:02 -04:00 committed by GitHub
parent d3bc246994
commit 6685ba3676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ CL=`echo "\033[m"`
BFR="\\r\\033[K"
HOLD="-"
CM="${GN}${CL}"
APP="PHome Assistant"
APP="P-Home Assistant"
NSAPP=$(echo ${APP,,} | tr -d ' ')
while true; do
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn