From 320a01ef24e0696e649dffe26bcb5179f28fe742 Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Sat, 3 Feb 2024 21:21:48 +0100 Subject: [PATCH] Removed exit 0 command, it was just there for debugging --- agent2_autoinstall.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent2_autoinstall.sh b/agent2_autoinstall.sh index 26c648f..c8437bf 100755 --- a/agent2_autoinstall.sh +++ b/agent2_autoinstall.sh @@ -43,8 +43,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -exit 0 - # Download and install the Zabbix agent if [[ "$OS" == *"CentOS"* ]]; then if [[ "$VERSION" == "6"* ]]; then