From d0895b22afa3767036c6e71d7a47ade156c0e30a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 10:06:43 -0400 Subject: [PATCH] Update openhab-v3.sh --- ct/openhab-v3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/openhab-v3.sh b/ct/openhab-v3.sh index 35d512c4..a4726cb0 100644 --- a/ct/openhab-v3.sh +++ b/ct/openhab-v3.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo -e "Loading..." APP="openHAB" var_disk="8" var_cpu="2" @@ -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;;