chore(*): modify taoskeeper build process

This commit is contained in:
qevolg 2024-10-21 13:45:11 +08:00
parent 399e2429f4
commit c2a5325a6f
2 changed files with 2 additions and 2 deletions

View File

@ -645,7 +645,7 @@ function update_TDengine() {
install_config install_config
install_taosadapter_config install_taosadapter_config
install_taoskeeper_service install_taoskeeper_config
echo echo
echo -e "\033[44;32;1m${productName} is updated successfully!${NC}" echo -e "\033[44;32;1m${productName} is updated successfully!${NC}"

View File

@ -252,5 +252,5 @@ IF(TD_BUILD_KEEPER)
) )
ENDIF() ENDIF()
ELSEIF(TD_BUILD_KEEPER_INTERNAL) ELSEIF(TD_BUILD_KEEPER_INTERNAL)
MESSAGE("${Yellow} use taoskeeper internal ${ColourReset}") MESSAGE("${Yellow} taoskeeper community edition does not support ${ColourReset}")
ENDIF() ENDIF()