Skip to content

Commit 0411c1a

Browse files
Update install.sh
1 parent 98bc8a5 commit 0411c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_DEFAULT_PWD" 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
267267
else
268268
echo -e "======================= 升级完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR}/install.log
269269
fi

0 commit comments

Comments
 (0)