Removed autokill feature if not specified

pull/71/head
Mokaddem 2016-08-25 11:05:18 +02:00
parent b708cf555e
commit 2f136595fb
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ function launching_scripts {
sleep 0.1 sleep 0.1
screen -S "Script" -X screen -t "SentimentAnalysis" bash -c './SentimentAnalysis.py; read x' screen -S "Script" -X screen -t "SentimentAnalysis" bash -c './SentimentAnalysis.py; read x'
sleep 0.1 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'
} }