From a9ee9551bedec9a8816414ab85e909f433299eb1 Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Mon, 8 Dec 2025 16:56:00 +0800 Subject: [PATCH] - --- deploy/release/t20251123/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/release/t20251123/start.sh b/deploy/release/t20251123/start.sh index 7b7cbd1..51e4780 100644 --- a/deploy/release/t20251123/start.sh +++ b/deploy/release/t20251123/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