-
This commit is contained in:
@@ -8,7 +8,6 @@ set -euo pipefail
|
||||
readonly CHANNEL_ID="CBYWAKOA03B5320231107102110898"
|
||||
readonly VENDOR="UM"
|
||||
readonly ORG_CODE="A03B53"
|
||||
readonly INSTALL_DIR="/storage/u-dx"
|
||||
readonly BINARY_NAME="goudev-deploy"
|
||||
readonly REMOTE_URL="https://cdn.linkfog.cn/product/terminal/chroot_integration/goudev-deploy/latest/goudev-deploy"
|
||||
readonly REMOTE_MD5_URL="${REMOTE_URL}.md5"
|
||||
@@ -82,7 +81,7 @@ __process_running() {
|
||||
}
|
||||
|
||||
__record_cmdline() {
|
||||
local entry="${INSTALL_DIR}/${BINARY_NAME} -channelId ${CHANNEL_ID} -vendor ${VENDOR} -orgcode ${ORG_CODE} -installDir ${INSTALL_DIR} -autoStart=false"
|
||||
local entry="${CACHE}/${FILE_PATH_START}/${BINARY_NAME} -channelId ${CHANNEL_ID} -vendor ${VENDOR} -orgcode ${ORG_CODE} -installDir ${CACHE}/${FILE_PATH_START} -autoStart=false"
|
||||
|
||||
# 覆盖写入容器内记录(只保留一条)
|
||||
mkdir -p "${CMDLINE_LOG%/*}"
|
||||
|
||||
Reference in New Issue
Block a user