From 2d09636fbeba6372deb8297fa6cbfa4574d35642 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 8 Mar 2022 08:50:01 +0100 Subject: [PATCH] fix: [telegram launcher] --- bin/LAUNCH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"