mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
7 lines
146 B
Bash
7 lines
146 B
Bash
#!/bin/bash
|
|
if [ $1 == 'selftest' ]
|
|
then
|
|
cd /opt/intelmq && nosetests3
|
|
else
|
|
hug -f /opt/intelmq-manager/intelmq_manager/serve.py -p8080
|
|
fi |