mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
11 lines
124 B
Bash
Executable File
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
|