Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2020-11-12 15:06:24 +01:00
parent 23d2310dcc
commit 3a3c9769b3
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [[ $1 == "selftest" ]]
then
cd /opt/intelmq && nosetests3
nosetests3 /opt/intelmq/intelmq/tests
else
hug -f /opt/intelmq-manager/intelmq_manager/serve.py -p8080
fi