Update entrypoint-dev.sh

Actualizando el entrypoint para prender del inicio
This commit is contained in:
Einar Felipe Lanfranco
2022-06-14 17:57:40 -03:00
committed by Sebastian Waldbauer
parent d6ed749a27
commit 4277635f68

View File

@@ -24,3 +24,7 @@ then
else
cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080
fi
if [ "${ENABLE_BOTNET_AT_BOOT}" = "true" ]; then
intelmqctl start
fi