mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-08 10:13:01 +01:00
Merge pull request #2 from einar-lanfranco/patch-3
Update entrypoint-dev.sh
This commit is contained in:
@@ -24,3 +24,7 @@ then
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user