1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update debian-install.sh

This commit is contained in:
tteckster 2022-04-16 10:02:12 -04:00 committed by GitHub
parent 76a662e837
commit 735822d6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,12 +36,12 @@ CROSS="${RD}✗${CL}"
BFR="\\r\\033[K"
HOLD="[-]"
msg_info() {
function msg_info() {
local msg="$1"
echo -ne " ${HOLD} ${YW}${msg}..."
}
msg_ok() {
function msg_ok() {
local msg="$1"
echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
}