From 890db27eff3bb03518f79a61f68d37cfc3d1362a Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Sun, 23 Nov 2025 18:20:56 +0800 Subject: [PATCH] - --- deploy/release/t20251123/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/release/t20251123/start.sh b/deploy/release/t20251123/start.sh index 8133aaa..4d14e65 100644 --- a/deploy/release/t20251123/start.sh +++ b/deploy/release/t20251123/start.sh @@ -18,7 +18,7 @@ __main() { if ! ps -ef | grep lotso | grep -v $$ >/dev/null; then _id=$(cat /apps/data/PdnDevice/id) - cd /opt/test && nohup ./lotso run --enableShareplan --appID 500077 --deviceSN $_id + cd /opt/test && nohup ./lotso run --enableShareplan --appID 500077 --deviceSN $_id & fi }