Skip to content

Commit ebfb0b1

Browse files
committed
fix: [Translation module] fix launcher
1 parent 4c1548e commit ebfb0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/LAUNCH.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function launching_scripts {
201201
sleep 0.1
202202
screen -S "Script_AIL" -X screen -t "D4_client" bash -c "cd ${AIL_BIN}/core; ${ENV_PY} ./D4_client.py; read x"
203203
sleep 0.1
204-
screen -S "Script_AIL" -X screen -t "Translation" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./Translation.py; read x"
204+
screen -S "Script_AIL" -X screen -t "Translation" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Translation.py; read x"
205205
sleep 0.1
206206

207207
screen -S "Script_AIL" -X screen -t "UpdateBackground" bash -c "cd ${AIL_BIN}; ${ENV_PY} ./update-background.py; read x"

0 commit comments

Comments
 (0)