FIX: Added state.json & updated entrypoint.sh

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-08-16 12:43:56 +02:00
parent bbc089fef4
commit 636e5493db
2 changed files with 42 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
export INTELMQ_IS_DOCKER=1
intelmqctl upgrade-config
intelmqctl check
if [[ $1 == "selftest" ]]
then
export INTELMQ_TEST_EXOTIC=1