diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh index c56ab9e1..1a1eb641 100644 --- a/ct/heimdalldashboard-v3.sh +++ b/ct/heimdalldashboard-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." NEXTID=$(pvesh get /cluster/nextid) INTEGER='^[0-9]+$' PP=`echo "\e[1;35m"` @@ -32,6 +33,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;;