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
|
done
|
||||||
clear
|
clear
|
||||||
function header_info {
|
function header_info {
|
||||||
echo -e "${RD}
|
echo -e "${BL}
|
||||||
|
__ __ _ _____ _ _
|
||||||
__ __ _ _____ _ _
|
| \/ | | | / ____| | | | |
|
||||||
| \/ | | | / ____| | | | |
|
| \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| |
|
||||||
| \ / | ___ ___| |__ | | ___ _ __ | |_ _ __ __ _| |
|
| |\/| |/ _ \/ __| _ \| | / _ \ _ \| __| __/ _ | |
|
||||||
| |\/| |/ _ \/ __| _ \ | | / _ \ _ \| __| __/ _ | |
|
| | | | __/\__ \ | | | |___| __/ | | | |_| | | (_| | |
|
||||||
| | | | __/\__ \ | | | | |___| __/ | | | |_| | | (_| | |
|
|_| |_|\___||___/_| |_|\_____\___|_| |_|\__|_| \__,_|_|
|
||||||
|_| |_|\___||___/_| |_| \_____\___|_| |_|\__|_| \__,_|_|
|
|
||||||
${CL}"
|
${CL}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue