Path changes solve

This commit is contained in:
Einar Lanfranco
2022-11-18 13:55:20 -03:00
parent 2123f04205
commit f9c139ecc0
4 changed files with 13 additions and 18 deletions

View File

@@ -24,8 +24,7 @@ fi
if [[ $1 == "selftest" ]]
then
export INTELMQ_TEST_EXOTIC=1
nosetests3 /etc/intelmq/intelmq/tests
nosetests3 /opt/intelmq/intelmq/tests
else
cd /etc/intelmq-api && hug -m intelmq_api.serve -p8080
fi
cd /opt/intelmq-api && hug -m intelmq_api.serve -p8080
fi