build modify

This commit is contained in:
Gordon 2022-04-05 20:11:57 +08:00
parent 3dc11777c6
commit 1f45b642e9

View File

@ -28,3 +28,4 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
make install && echo -e "${SKY_BLUE_PREFIX}build ${service_names[$i]} success,moving binary file to the bin directory${COLOR_SUFFIX}" && make install && echo -e "${SKY_BLUE_PREFIX}build ${service_names[$i]} success,moving binary file to the bin directory${COLOR_SUFFIX}" &&
echo -e "${SKY_BLUE_PREFIX}Successful moved ${service_names[$i]} to the bin directory${COLOR_SUFFIX}\n" echo -e "${SKY_BLUE_PREFIX}Successful moved ${service_names[$i]} to the bin directory${COLOR_SUFFIX}\n"
done done
echo -e ${YELLOW_PREFIX}"all services build success"${COLOR_SUFFIX}