Merge pull request #9429 from dataease/pr@v1_fix_installer_path

fix: 修复在其他路径下执行install.sh命令时报错的问题
This commit is contained in:
fit2cloudrd 2024-04-29 10:37:59 +08:00 committed by GitHub
commit 2ed1f8a28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,7 +152,7 @@ if [[ $available_disk -lt 20480 ]];then
log "\033[31m[警告] DataEase 运行目录所在磁盘剩余空间不足 20G 可能无法正常启动!\033[0m"
fi
cp -r ./dataease/* ${DE_RUN_BASE}/
cp -r ${CURRENT_DIR}/dataease/* ${DE_RUN_BASE}/
cd $DE_RUN_BASE
env | grep DE_ >.env