Merge pull request #7039 from dataease/pr@v2_geo

fix: 修改安装脚本文案
This commit is contained in:
fit2cloudrd 2023-12-06 14:58:48 +08:00 committed by GitHub
commit 68bd1f49d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
echo -e "系统登录信息如下:\n 用户名: admin\n 初始密码: DataEase@123456" 2>&1 | tee -a ${CURRENT_DIR}/install.log