File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ function start_sqlbot() {
263263 echo
264264 if [[ $INSTALL_TYPE != "upgrade" ]];then
265265 echo -e "======================= 安装完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR} /install.log
266- echo -e "系统登录信息如下:\n\t访问地址: http://服务器IP:$SQLBOT_WEB_PORT \n\t用户名: admin\n\t初始密码: SQLBot@123456 " 2>&1 | tee -a ${CURRENT_DIR} /install.log
266+ echo -e "系统登录信息如下:\n\t访问地址: http://服务器IP:$SQLBOT_WEB_PORT \n\t用户名: admin\n\t初始密码: $SQLBOT_DEFAULT_PWD " 2>&1 | tee -a ${CURRENT_DIR} /install.log
267267 else
268268 echo -e "======================= 升级完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR} /install.log
269269 fi
Original file line number Diff line number Diff line change 11services :
22 sqlbot :
3- image : registry.cn-qingdao.aliyuncs.com/dataease/sqlbot:v0.9.5
3+ image : registry.cn-qingdao.aliyuncs.com/dataease/sqlbot:SQLBOT_TAG
44 container_name : sqlbot
55 restart : always
66 networks :
You can’t perform that action at this time.
0 commit comments