Merge pull request #17110 from taosdata/feat/install-web
chore: fix install.sh for enterprise
This commit is contained in:
commit
b2ef7bc72a
|
@ -569,7 +569,7 @@ function install_examples() {
|
|||
|
||||
function install_web() {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue