mirror of
https://github.com/certat/intelmq-docker.git
synced 2026-01-24 17:13:29 +01:00
Position.conf fix
Fixes #2 Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
if [ $1 == 'selftest' ]
|
||||
if [[ $1 == "selftest" ]]
|
||||
then
|
||||
cd /opt/intelmq && nosetests3
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user