We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1548e commit ebfb0b1Copy full SHA for ebfb0b1
bin/LAUNCH.sh
@@ -201,7 +201,7 @@ function launching_scripts {
201
sleep 0.1
202
screen -S "Script_AIL" -X screen -t "D4_client" bash -c "cd ${AIL_BIN}/core; ${ENV_PY} ./D4_client.py; read x"
203
204
- screen -S "Script_AIL" -X screen -t "Translation" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Translation.py; read x"
+ screen -S "Script_AIL" -X screen -t "Translation" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Translation.py; read x"
205
206
207
screen -S "Script_AIL" -X screen -t "UpdateBackground" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./update-background.py; read x"
0 commit comments