From bfe7cd523814b9795399073ddf1c724e69e2183c Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Sat, 3 Feb 2024 21:49:53 +0100 Subject: [PATCH] An empty line before the success message makes it more readable --- agent2_autoinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/agent2_autoinstall.sh b/agent2_autoinstall.sh index fa0d36a..7dada62 100755 --- a/agent2_autoinstall.sh +++ b/agent2_autoinstall.sh @@ -167,6 +167,7 @@ else fi # Display the installation result +_info _info "Installation of Zabbix Agent 2 successful!" _info "IP: $IP" _info "Hostname: $HOST"