From e373fac732e8446ecf20aaeab2491125d1ffb23e Mon Sep 17 00:00:00 2001 From: forana Date: Mon, 22 Oct 2018 09:20:52 -0500 Subject: [PATCH] fixed duplication --- wazuh/config/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/wazuh/config/entrypoint.sh b/wazuh/config/entrypoint.sh index 9960d8d8..df3266e4 100644 --- a/wazuh/config/entrypoint.sh +++ b/wazuh/config/entrypoint.sh @@ -125,7 +125,5 @@ do echo "Executing command \`${CUSTOM_COMMAND}\`" exec_cmd_stdout "${CUSTOM_COMMAND}" done - exec_cmd_stdout "${CUSTOM_COMMAND}" -done /sbin/my_init