mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 17:22:57 +01:00
@@ -1,8 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -e
|
if [ $1 == 'selftest' ]
|
||||||
|
then
|
||||||
if ["$1" = 'selftest']; then
|
cd /opt/intelmq && nosetests3
|
||||||
python3 /opt/intelmq/setup.py test
|
|
||||||
else
|
else
|
||||||
hug -f /opt/intelmq-manager/intelmq_manager/serve.py -p8080
|
hug -f /opt/intelmq-manager/intelmq_manager/serve.py -p8080
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user