chore: fix install.sh for enterprise

This commit is contained in:
Huo Linhe 2022-09-28 11:19:02 +08:00
parent c6f76e3b49
commit 395c80b2ad
1 changed files with 1 additions and 1 deletions

View File

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