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

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