From 49ace342a089c340a8d889a723b0a13eb31c2708 Mon Sep 17 00:00:00 2001 From: Mayte Ariza Date: Wed, 17 Apr 2019 15:54:38 +0200 Subject: [PATCH] Entrypoint.sh: ! style history substitution removed --- wazuh/config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/config/entrypoint.sh b/wazuh/config/entrypoint.sh index db6c6329..bc07ae4a 100644 --- a/wazuh/config/entrypoint.sh +++ b/wazuh/config/entrypoint.sh @@ -3,7 +3,7 @@ # It will run every .sh script located in entrypoint-scripts folder in lexicographical order for script in `ls /entrypoint-scripts/*.sh | sort -n`; do - bash "$script" -H + bash "$script" done