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

chore: fix install.sh for enterprise
This commit is contained in:
Linhe Huo 2022-09-28 11:20:48 +08:00 committed by GitHub
commit b2ef7bc72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }