From 1ee32b66afcfb8977511e7b73b4c3cb4b23cb13f Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 10:14:35 -0400 Subject: [PATCH] Update whoogle-v3.sh --- ct/whoogle-v3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/whoogle-v3.sh b/ct/whoogle-v3.sh index c0529fb3..59274f4e 100644 --- a/ct/whoogle-v3.sh +++ b/ct/whoogle-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." APP="Whoogle" var_disk="2" var_cpu="1" @@ -48,6 +49,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;;