Update node-red-v3.sh

This commit is contained in:
tteckster 2022-07-21 10:05:05 -04:00 committed by GitHub
parent e28e8a3e7f
commit 97e5d9a3a3
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"`
@ -31,6 +32,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;;