Added EOF to wazuh app config script

This commit is contained in:
Carlos Bordon
2025-12-04 15:51:58 -03:00
parent d57dbb9e76
commit e539ae625e
@@ -44,7 +44,7 @@ if [[ $_config_exists -ne 0 ]]; then
username: $api_username
password: $api_password
run_as: $api_run_as
EOF
EOF
else
echo "Wazuh APP already configured"
fi