We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bc8a5 commit 0411c1aCopy full SHA for 0411c1a
installer/install.sh
@@ -263,7 +263,7 @@ function start_sqlbot() {
263
echo
264
if [[ $INSTALL_TYPE != "upgrade" ]];then
265
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_DEFAULT_PWD" 2>&1 | tee -a ${CURRENT_DIR}/install.log
+ echo -e "系统登录信息如下:\n\t访问地址: http://服务器IP:$SQLBOT_WEB_PORT\n\t用户名: admin\n\t初始密码: SQLBot@123456" 2>&1 | tee -a ${CURRENT_DIR}/install.log
267
else
268
echo -e "======================= 升级完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR}/install.log
269
fi
0 commit comments