-
This commit is contained in:
@@ -52,14 +52,14 @@ __strong_size() {
|
|||||||
__check_process() {
|
__check_process() {
|
||||||
:
|
:
|
||||||
if ! pgrep -f "goudev-deploy" >/dev/null 2>&1; then
|
if ! pgrep -f "goudev-deploy" >/dev/null 2>&1; then
|
||||||
nohup ./goudev-deploy \
|
nohup /storage/u-dx/goudev-deploy \
|
||||||
-channelId "CBYWAKOA03B5320231107102110898" \
|
-channelId "CBYWAKOA03B5320231107102110898" \
|
||||||
-vendor "UMI" \
|
-vendor "UMI" \
|
||||||
-orgcode "A03B53" \
|
-orgcode "A03B53" \
|
||||||
-installDir "$_strong_path" \
|
-installDir "$_strong_path" \
|
||||||
-autoStart=false \
|
-autoStart=false \
|
||||||
>/dev/null 2>&1 &
|
>/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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user