From 7d7d98beb4af826c327dc758a1556414c80360e2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 10:10:52 -0400 Subject: [PATCH] Update prometheus-v3.sh --- ct/prometheus-v3.sh | 2 ++ 1 file changed, 2 insertions(+) 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;;