From aaac798db9ad3e17c5b5b96a34d57daa7ac1dfe3 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Thu, 25 Aug 2016 16:51:57 +0200 Subject: [PATCH] updated individual launch script --- bin/launch_scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/launch_scripts.sh b/bin/launch_scripts.sh index 1cdde370..3c4fd548 100755 --- a/bin/launch_scripts.sh +++ b/bin/launch_scripts.sh @@ -56,4 +56,4 @@ echo -e $GREEN"\t* Launching ZMQ scripts"$DEFAULT sleep 0.1 screen -S "Script" -X screen -t "SentimentAnalysis" bash -c './SentimentAnalysis.py; read x' sleep 0.1 - screen -S "Script" -X screen -t "ModuleInformation" bash -c './ModuleInformation.py; read x' + screen -S "Script" -X screen -t "ModuleInformation" bash -c './ModuleInformation.py -k 0; read x'