Update cassandra.sh

tweak
This commit is contained in:
tteckster 2024-01-20 07:53:49 -05:00 committed by GitHub
parent 1e713d7b7b
commit 889ad6bc18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -8,11 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info {
clear
cat <<"EOF"
______ __
______ __
/ ____/___ _______________ _____ ____/ /________ _
/ / / __ `/ ___/ ___/ __ `/ __ \/ __ / ___/ __ `/
/ /___/ /_/ (__ |__ ) /_/ / / / / /_/ / / / /_/ /
\____/\__,_/____/____/\__,_/_/ /_/\__,_/_/ \__,_/
/ /___/ /_/ (__ |__ ) /_/ / / / / /_/ / / / /_/ /
\____/\__,_/____/____/\__,_/_/ /_/\__,_/_/ \__,_/
EOF
}
header_info