This commit is contained in:
Wang Sen Di
2025-11-23 18:20:56 +08:00
parent f077a0bc77
commit 890db27eff

View File

@@ -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
}