Wazuh image improvements (#188)

This commit is contained in:
Mayte Ariza
2019-07-08 13:37:57 +02:00
committed by Jesús Linares
parent c077b496bd
commit d98ab1b4f3
9 changed files with 328 additions and 187 deletions

View File

@@ -4,7 +4,6 @@
# 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"
done
##############################################################################