From fd251baa111b6477241639f582fd63ce3a9f1c87 Mon Sep 17 00:00:00 2001 From: Halbe Bruno Date: Mon, 10 Feb 2025 15:51:28 -0300 Subject: [PATCH] Atualizar mod/install.sh --- mod/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/install.sh b/mod/install.sh index 3c6a4b8..edf7a84 100644 --- a/mod/install.sh +++ b/mod/install.sh @@ -50,7 +50,10 @@ _motd() { cat << 'EOF' > "/etc/update-motd.d/$motd00" #!/bin/sh -_echo_red() { /bin/echo -e "\033[0;31m\$@\033[0m"; } +# Função para exibir texto em vermelho +_echo_red() { + /bin/echo -e "\033[0;31m$@\033[0m" +} # Gerar o nome "ZABBIX" com figlet e aplicar a cor vermelha name=$(figlet -W -w 480 "ZABBIX")