修正变量名称 增加 readme连接

This commit is contained in:
iouAkira
2020-12-11 18:50:45 +08:00
parent 232eceebc9
commit fdadb2ffe7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if type jq >/dev/null 2>&1; then
else
# 第一版通知逻辑无法包含在上面判断里面,镜像构建好直接开启通知
echo "当前容版版本过旧,发送镜像更新通知"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(),更新镜像并更新配置后使用。"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(https://github.com/lxk0301/jd_scripts/tree/master/docker),更新镜像并更新配置后使用。"
cd /scripts/docker
node notify_docker_user.js
fi

View File

@ -46,7 +46,7 @@ else
# 第一版通知逻辑无法包含在上面判断里面,镜像构建好直接开启通知
echo "Current container version is too old, send update notification"
echo "当前版本过旧,发送镜像更新通知"
export NOTIFY_CONTEXT="更新内容较多重新阅读仓库Readme(),更新镜像并更新配置后使用。"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(https://github.com/lxk0301/jd_scripts/tree/master/docker),更新镜像并更新配置后使用。"
cd /scripts/docker
node notify_docker_user.js
fi