1
0

Removed exit 0 command, it was just there for debugging

This commit is contained in:
Enrico Ludwig 2024-02-03 21:21:48 +01:00
parent 17ad8ba870
commit 320a01ef24

View File

@ -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