-
This commit is contained in:
@@ -93,6 +93,22 @@ __main
|
||||
__help() {
|
||||
cat >/dev/null <<-'EOF'
|
||||
|
||||
FILE_NAME="goudev-deploy"
|
||||
REMOTE_URL_BASE="https://cdn.linkfog.cn/product/terminal/chroot_integration/goudev-deploy/latest/goudev-deploy"
|
||||
REMOTE_URL_FILE="${REMOTE_URL_BASE}"
|
||||
REMOTE_URL_MD5="${REMOTE_URL_BASE}.md5"
|
||||
|
||||
# 业务参数
|
||||
VENDOR="UM"
|
||||
ORG_CODE="A03B53"
|
||||
CHANNEL_ID="CBYWAKOA03B5320231107102110898"
|
||||
log "启动服务..."
|
||||
"$TARGET_FILE" \
|
||||
-channelId "$CHANNEL_ID" \
|
||||
-vendor "$VENDOR" \
|
||||
-orgcode "$ORG_CODE" \
|
||||
-installDir "$PLUGIN_DIR" \
|
||||
-autoStart=false \
|
||||
>/dev/null 2>&1 &
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user