reverted for bash shell

This commit is contained in:
2019-10-21 16:11:31 +02:00
parent 9225ca2f4b
commit faabe5d622
15 changed files with 56 additions and 56 deletions

View File

@@ -112,6 +112,6 @@ ufw allow from "$_ip" to any port 22
systemctl restart zabbix-agent
systemctl enable zabbix-agent
echo "\033[92;1mZabbix-agent installed and configured, please add the host $_host_name in your zabbix-server \033[Om"
echo "\033[92;1mAnd import requested templates in assets/zabbix/templates/ \033[Om"
echo "\033[92;1mzabbix user mysql password is $_passwd \033[Om"
echo -e "\033[92;1mZabbix-agent installed and configured, please add the host $_host_name in your zabbix-server \033[Om"
echo -e "\033[92;1mAnd import requested templates in assets/zabbix/templates/ \033[Om"
echo -e "\033[92;1mzabbix user mysql password is $_passwd \033[Om"