From 17e5d690520545cba352f41669c95becaa1dec43 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:38:02 +0100 Subject: [PATCH] Update the-lounge.sh --- ct/the-lounge.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ct/the-lounge.sh b/ct/the-lounge.sh index 72eee2bb..1787f7a9 100644 --- a/ct/the-lounge.sh +++ b/ct/the-lounge.sh @@ -8,6 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m function header_info { clear cat <<"EOF" + ________ __ + /_ __/ /_ ___ / / ____ __ ______ ____ ____ + / / / __ \/ _ \______/ / / __ \/ / / / __ \/ __ `/ _ \ + / / / / / / __/_____/ /___/ /_/ / /_/ / / / / /_/ / __/ +/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ + /____/ EOF } header_info @@ -42,7 +48,7 @@ function default_settings() { MAC="" VLAN="" SSH="no" - VERB="no" + VERB="yes" echo_default }