未验证 提交 1f7e5c07 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #22099 from taosdata/fix_packaging_issue

fix packaging issue
...@@ -267,7 +267,9 @@ function install_log() { ...@@ -267,7 +267,9 @@ function install_log() {
} }
function install_connector() { function install_connector() {
${csudo}cp -rf ${script_dir}/connector/ ${install_main_dir}/ if [ -d ${script_dir}/connector ]; then
${csudo}cp -rf ${script_dir}/connector/ ${install_main_dir}/
fi
} }
function install_examples() { function install_examples() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册