-
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user