This commit is contained in:
Wang Sen Di
2025-12-11 11:15:22 +08:00
parent 28a5a3706b
commit c879bfc744

View File

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