From f75c1078052ba575256b98481e3f2be95e359de1 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Mon, 24 Jun 2019 15:28:46 +0200 Subject: [PATCH] Clarified updated from pulling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c50dc..3e2f413 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Traceback (most recent call last): with open(dst, 'wb') as fdst: OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin/python3' ``` -- Restart the System: `./zmq_subscriber.py &`, `./zmq_dispatcher.py &` and `./server.py &` +- Restart the System: `./start_all.sh` **OR** `./start_zmq.sh` and `./server.py &` # Starting the System :warning: You should not run it as root. Normal privileges are fine.