Removed exit 0 command, it was just there for debugging
This commit is contained in:
parent
17ad8ba870
commit
320a01ef24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user