From cfaa8ef2ba60c86ed2e7c276de918c64410a931c Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 12 May 2020 16:46:11 +0200 Subject: [PATCH] chg: [LAUNCH] launch telegram module by default --- bin/LAUNCH.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index ace54f59..7c6f026e 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -193,6 +193,8 @@ function launching_scripts { sleep 0.1 screen -S "Script_AIL" -X screen -t "Cryptocurrency" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Cryptocurrencies.py; read x" sleep 0.1 + screen -S "Script_AIL" -X screen -t "Telegram" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Telegram.py; read x" + sleep 0.1 screen -S "Script_AIL" -X screen -t "Tools" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Tools.py; read x" sleep 0.1 screen -S "Script_AIL" -X screen -t "Phone" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Phone.py; read x" @@ -466,6 +468,7 @@ function update() { echo -e $RED"\t* Update Error"$DEFAULT exit fi + } function update_thirdparty {