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 }