mirror of https://github.com/tteck/Proxmox.git
Update meshcentral.sh
This commit is contained in:
parent
a11311709c
commit
dd358b2614
|
@ -17,14 +17,13 @@ while true; do
|
|||
done
|
||||
clear
|
||||
function header_info {
|
||||
echo -e "${RD}
|
||||
|
||||
__ __ _ _____ _ _
|
||||
| \/ | | | / ____| | | | |
|
||||
| \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| |
|
||||
| |\/| |/ _ \/ __| _ \ | | / _ \ _ \| __| __/ _ | |
|
||||
| | | | __/\__ \ | | | | |___| __/ | | | |_| | | (_| | |
|
||||
|_| |_|\___||___/_| |_| \_____\___|_| |_|\__|_| \__,_|_|
|
||||
echo -e "${BL}
|
||||
__ __ _ _____ _ _
|
||||
| \/ | | | / ____| | | | |
|
||||
| \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| |
|
||||
| |\/| |/ _ \/ __| _ \| | / _ \ _ \| __| __/ _ | |
|
||||
| | | | __/\__ \ | | | |___| __/ | | | |_| | | (_| | |
|
||||
|_| |_|\___||___/_| |_|\_____\___|_| |_|\__|_| \__,_|_|
|
||||
${CL}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue