From 3a347a79b78b92d60faa6a0c6dcff761a0788fd8 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 5 Mar 2021 18:13:01 +0100 Subject: [PATCH] fix: [Launcher] launch core module: Crawler_manager --- bin/LAUNCH.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 42196f79..e231966c 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -150,6 +150,8 @@ function launching_scripts { # LAUNCH CORE MODULE screen -S "Script_AIL" -X screen -t "JSON_importer" bash -c "cd ${AIL_BIN}/import; ${ENV_PY} ./JSON_importer.py; read x" sleep 0.1 + screen -S "Script_AIL" -X screen -t "Crawler_manager" bash -c "cd ${AIL_BIN}/core; ${ENV_PY} ./Crawler_manager.py; read x" + sleep 0.1 screen -S "Script_AIL" -X screen -t "ModuleInformation" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./ModulesInformationV2.py -k 0 -c 1; read x"