diff --git a/backend.sh b/backend.sh index 036dc2f..ba3cc8e 100644 --- a/backend.sh +++ b/backend.sh @@ -32,7 +32,6 @@ python setup.py develop # Configure minion-backend (listening on 0.0.0.0:8383, and with no blacklist) mkdir -p /etc/minion -mv /tmp/backend.json /etc/minion mv /tmp/scan.json /etc/minion # Install minion-nmap-plugin; comment out `git clone` if working on minion-nmap-plugin locally @@ -77,4 +76,4 @@ if [[ $MINION_DOCKERIZED == "true" ]]; then # This seems to be broken on Ubuntu 14.04, since it doesn't create the /var/run/mongodb directory # service mongodb stop kill `ps aux | grep mongod | grep -v grep | tr -s ' ' | cut -d ' ' -f 2` -fi \ No newline at end of file +fi