Update podman-homeassistant-v3.sh

This commit is contained in:
tteckster 2022-07-21 10:09:21 -04:00 committed by GitHub
parent db311665d4
commit 59c7ff4bb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo -e "Loading..."
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=`echo "\033[33m"` YW=`echo "\033[33m"`
@ -32,6 +33,7 @@ function error_exit() {
} }
while true; do while true; do
clear
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]* ) break;; [Yy]* ) break;;