message reaction bug fix

This commit is contained in:
Gordon
2023-02-27 15:41:22 +08:00
parent 59d1090a6d
commit c0d633bc34
23 changed files with 238 additions and 190 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
cd $begin_path
service_path=${service_source_root[$i]}
cd $service_path
make install
make install os=${goos} arch=${goarch}
if [ $? -ne 0 ]; then
echo -e "${RED_PREFIX}${service_names[$i]} build failed ${COLOR_SUFFIX}\n"
exit -1
+2
View File
@@ -81,6 +81,8 @@ service_names=(
${sdk_server_name}
${demo_server_name}
)
goos=linux
goarch=amd64