Update port_pure.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 4e6db2036f
commit 878ab92241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      port_pure.sh

@ -21,7 +21,6 @@ done
echo -e "| 状态 | 地方 | ISP |"
echo -e "|-----|-----|-----|"
https://stackoverflow.com/questions/49345960/how-do-i-send-tables-with-telegram-bot-api
for ((i=0;i<${#NODE_ID[@]};i++)); do
RESULT[i]=$(echo $ALL | python3 -m json.tool | grep -A 2 ${NODE_ID[i]} | grep result | sed "s#[\":, ]##g")
RESULT[i]=${RESULT[i]:-'result1'}

Loading…
Cancel
Save