chore(*): modify taoskeeper build process
This commit is contained in:
parent
399e2429f4
commit
c2a5325a6f
|
@ -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}"
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue