Update the-lounge.sh

This commit is contained in:
CanbiZ 2024-11-29 19:38:02 +01:00 committed by GitHub
parent c9148547ef
commit 17e5d69052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,6 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
________ __
/_ __/ /_ ___ / / ____ __ ______ ____ ____
/ / / __ \/ _ \______/ / / __ \/ / / / __ \/ __ `/ _ \
/ / / / / / __/_____/ /___/ /_/ / /_/ / / / / /_/ / __/
/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/
/____/
EOF EOF
} }
header_info header_info
@ -42,7 +48,7 @@ function default_settings() {
MAC="" MAC=""
VLAN="" VLAN=""
SSH="no" SSH="no"
VERB="no" VERB="yes"
echo_default echo_default
} }