pr modify and update

This commit is contained in:
Gordon
2022-03-21 14:57:35 +08:00
parent 6c43f75f9f
commit 3dc4290f2a
7 changed files with 3 additions and 31 deletions
-2
View File
@@ -9,7 +9,6 @@ need_to_start_server_shell=(
push_start.sh
msg_transfer_start.sh
sdk_svr_start.sh
timer_start.sh
demo_svr_start.sh
)
@@ -17,4 +16,3 @@ for i in ${need_to_start_server_shell[*]}; do
chmod +x $i
./$i
done