From 5fcf2d749b6e84a02fa608e76431f44ebf8e6abd Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 09:57:47 -0400 Subject: [PATCH] Update influxdb-v3.sh --- ct/influxdb-v3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/influxdb-v3.sh b/ct/influxdb-v3.sh index 075c51d4..d4288d8b 100644 --- a/ct/influxdb-v3.sh +++ b/ct/influxdb-v3.sh @@ -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;;