Merge pull request #2 from einar-lanfranco/patch-3

Update entrypoint-dev.sh
This commit is contained in:
Einar Felipe Lanfranco
2022-06-14 18:17:13 -03:00
committed by GitHub
+5 -1
View File
@@ -23,4 +23,8 @@ then
nosetests3 /etc/intelmq/intelmq/tests nosetests3 /etc/intelmq/intelmq/tests
else else
cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080 cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080
fi fi
if [ "${ENABLE_BOTNET_AT_BOOT}" = "true" ]; then
intelmqctl start
fi