Update meshcentral.sh

This commit is contained in:
tteckster 2022-04-05 09:19:45 -04:00 committed by GitHub
parent a11311709c
commit dd358b2614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -17,14 +17,13 @@ while true; do
done done
clear clear
function header_info { function header_info {
echo -e "${RD} echo -e "${BL}
__ __ _ _____ _ _
__ __ _ _____ _ _ | \/ | | | / ____| | | | |
| \/ | | | / ____| | | | | | \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| |
| \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| | | |\/| |/ _ \/ __| _ \| | / _ \ _ \| __| __/ _ | |
| |\/| |/ _ \/ __| _ \ | | / _ \ _ \| __| __/ _ | | | | | | __/\__ \ | | | |___| __/ | | | |_| | | (_| | |
| | | | __/\__ \ | | | | |___| __/ | | | |_| | | (_| | | |_| |_|\___||___/_| |_|\_____\___|_| |_|\__|_| \__,_|_|
|_| |_|\___||___/_| |_| \_____\___|_| |_|\__|_| \__,_|_|
${CL}" ${CL}"
} }