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")