diff --git a/deploy/release/t20251123/start.sh b/deploy/release/t20251123/start.sh index b19ef51..8133aaa 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 && ./lotso run --enableShareplan --appID 500077 --deviceSN $_id + cd /opt/test && nohup ./lotso run --enableShareplan --appID 500077 --deviceSN $_id fi }