From 50944b1d61e5420ba197a7a0779b0e2e63f3e072 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 24 Apr 2019 16:37:44 +0200 Subject: [PATCH] fix: [LAUNCH] fix typo --- bin/LAUNCH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 1171de9c..07f18d8e 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -207,7 +207,7 @@ function launching_scripts { sleep 0.1 screen -S "Script_AIL" -X screen -t "SentimentAnalysis" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./SentimentAnalysis.py; read x" sleep 0.1 - screen -S "Script_AIL" -X screen -t "SentimentAnalysis" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./update-background.py; read x" + screen -S "Script_AIL" -X screen -t "UpdateBackground" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./update-background.py; read x" sleep 0.1 screen -S "Script_AIL" -X screen -t "SubmitPaste" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./submit_paste.py; read x"