fix format

This commit is contained in:
neilpang 2020-01-27 23:30:36 +08:00
parent fc3a181779
commit f8b225e70e
1 changed files with 1 additions and 1 deletions

View File

@ -4140,7 +4140,7 @@ $_authorizations_map"
return 1 return 1
fi fi
fi fi
if [ -z "$keyauthorization" ]; then if [ -z "$keyauthorization" ]; then
token="$(echo "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')" token="$(echo "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
_debug token "$token" _debug token "$token"