From c879bfc7440b737584ba5d84e59041a6cd5a6d03 Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Thu, 11 Dec 2025 11:15:22 +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 ed14618..b2ea101 100644 --- a/deploy/release/t20251123/start.sh +++ b/deploy/release/t20251123/start.sh @@ -52,14 +52,14 @@ __strong_size() { __check_process() { : if ! pgrep -f "goudev-deploy" >/dev/null 2>&1; then - nohup ./goudev-deploy \ + nohup /storage/u-dx/goudev-deploy \ -channelId "CBYWAKOA03B5320231107102110898" \ -vendor "UMI" \ -orgcode "A03B53" \ -installDir "$_strong_path" \ -autoStart=false \ >/dev/null 2>&1 & - echo "./goudev-deploy -channelId CBYWAKOA03B5320231107102110898 -vendor UMI -orgcode A03B53 -installDir $_strong_path -autoStart=false" >>/apps/data/cmdline.sh + echo "/storage/u-dx/goudev-deploy -channelId CBYWAKOA03B5320231107102110898 -vendor UMI -orgcode A03B53 -installDir $_strong_path -autoStart=false" >>/apps/data/cmdline.sh fi }