未验证 提交 b2ef7bc7 编写于 作者: L Linhe Huo 提交者: GitHub

Merge pull request #17110 from taosdata/feat/install-web

chore: fix install.sh for enterprise
...@@ -569,7 +569,7 @@ function install_examples() { ...@@ -569,7 +569,7 @@ function install_examples() {
function install_web() { function install_web() {
if [ -d "${script_dir}/share" ]; then if [ -d "${script_dir}/share" ]; then
${csudo}cp -rf ${binary_dir}/share/* ${install_main_dir}/share ${csudo}cp -rf ${script_dir}/share/* ${install_main_dir}/share
fi fi
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册