From fa5fe1f2047793b3813281a08cabbf598275d9d9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 10:10:13 -0400 Subject: [PATCH] Update postgresql-v3.sh --- ct/postgresql-v3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/postgresql-v3.sh b/ct/postgresql-v3.sh index 788fea92..d68d8102 100644 --- a/ct/postgresql-v3.sh +++ b/ct/postgresql-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." APP="PostgreSQL" 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;;