Merge pull request #112 from Kortho/patch-1

removed hard-coded zmq startup
pull/135/head
Sami Mokaddem 2019-07-02 16:46:31 +02:00 committed by GitHub
commit 0ff42a0a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ else
fi
sleep 0.1
sudo -u zmqs /bin/bash /var/www/misp-dashboard/start_zmq.sh &
sudo -u zmqs /bin/bash ${DIR}/start_zmq.sh &