diff --git a/installer/install.sh b/installer/install.sh index 4e38d88a96..35c83a54c7 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -245,4 +245,4 @@ dectl start | tee -a ${CURRENT_DIR}/install.log dectl status 2>&1 | tee -a ${CURRENT_DIR}/install.log echo -e "======================= 安装完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR}/install.log -echo -e "系统登录信息如下:\n 用户名: admin\n 初始密码: dataease" 2>&1 | tee -a ${CURRENT_DIR}/install.log \ No newline at end of file +echo -e "系统登录信息如下:\n 用户名: admin\n 初始密码: DataEase@123456" 2>&1 | tee -a ${CURRENT_DIR}/install.log \ No newline at end of file