diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index e245e4e0..bd6755b3 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -217,7 +217,7 @@ function launching_scripts { sleep 0.1 screen -S "Script_AIL" -X screen -t "SentimentAnalysis" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./SentimentAnalysis.py; read x" sleep 0.1 - screen -S "Script_AIL" -X screen -t "Telegram" bash -c "${AIL_BIN}/modules; ${ENV_PY} ./Telegram.py; read x" + screen -S "Script_AIL" -X screen -t "Telegram" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Telegram.py; read x" sleep 0.1 screen -S "Script_AIL" -X screen -t "Urls" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Urls.py; read x"