diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 75a3a0a5..024b22e4 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -160,7 +160,7 @@ function launching_scripts { 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' }