chore: fix install.sh for enterprise
This commit is contained in:
parent
c6f76e3b49
commit
395c80b2ad
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue