From de494aa460776ec088174668df4d7e7a3a061eeb Mon Sep 17 00:00:00 2001 From: Bastien Schils Date: Wed, 2 Oct 2019 21:35:30 +0200 Subject: [PATCH] LAUNCH.py: Added execution of script IPAddress.py --- bin/LAUNCH.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index d87ef21e..5e31b81d 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -213,6 +213,8 @@ function launching_scripts { 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" + sleep 0.1 + screen -S "Script_AIL" -X screen -t "IPAddress" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./IPAddress.py; read x" }