From 68b7d07df99efe74927dd1605f34a239d5301d73 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 5 Jan 2021 12:15:04 -0500 Subject: [PATCH] missed a # for a comment --- zabbix_agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix_agent.sh b/zabbix_agent.sh index 7fcfdf4..db140ba 100644 --- a/zabbix_agent.sh +++ b/zabbix_agent.sh @@ -84,7 +84,7 @@ else fi -cheeck before running this as it adds lines to keep comments +#cheeck before running this as it adds lines to keep comments if [ $(grep -c Server=127.0.0.1 /etc/zabbix/zabbix_agentd.conf) -eq 1 ]; then # ask for the hostname read -e -p "Enter Hostname: " -i "$(cat /etc/hostname)" hostname