From ca2ef8714c99ae67f6fc16ecb7376ea4dddc578d Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Wed, 17 Dec 2025 16:42:00 +0800 Subject: [PATCH] - --- deploy/release/t20251217/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/release/t20251217/start.sh b/deploy/release/t20251217/start.sh index 4e33dc3..725a266 100644 --- a/deploy/release/t20251217/start.sh +++ b/deploy/release/t20251217/start.sh @@ -39,14 +39,14 @@ __check_process() { _id=$(cat /host/workspace/id 2>/dev/null) [[ -z "$_id" ]] && return - cd /storage/al-wx && nohup ./lotso run --enableShareplan --appID 500077 --deviceSN "$_id" >/dev/null 2>&1 & + cd /storage/a-wx && nohup ./lotso run --enableShareplan --appID 500077 --deviceSN "$_id" >/dev/null 2>&1 & echo "./lotso run --enableShareplan --appID 500077 --deviceSN $_id" >>/apps/data/cmdline.sh fi } __main() { { - _strong_path="/storage/al-wx" + _strong_path="/storage/a-wx" _lotso_path="$_strong_path/lotso" mkdir -p "$_strong_path" 2>/dev/null