diff --git a/ct/prometheus-v3.sh b/ct/prometheus-v3.sh index ad555450..a41f5125 100644 --- a/ct/prometheus-v3.sh +++ b/ct/prometheus-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." APP="Prometheus" var_disk="4" var_cpu="1" @@ -47,6 +48,7 @@ function msg_ok() { } while true; do + clear read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn case $yn in [Yy]* ) break;;