Files
intelmq-docker/.docker/intelmq-full-dev/entrypoint_dev.sh
2021-03-25 16:52:55 -03:00

11 lines
124 B
Bash
Executable File

#!/bin/bash
/opt/dev/update.sh
if [ "${ENABLE_BOTNET_AT_BOOT}" = "true" ]; then
intelmqctl start
fi
/opt/entrypoint.sh