Update esphome-v3.sh

This commit is contained in:
tteckster 2022-07-21 09:54:38 -04:00 committed by GitHub
parent e1b99fbaa0
commit 115053265d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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