fix format

这个提交包含在:
neil 2023-10-06 20:05:39 +08:00
父节点 dbe569c0d9
当前提交 e15513bfdd

查看文件

@ -38,7 +38,7 @@ mattermost_send() {
_data="$_data\"message\": \"$_content\"}"
export _H1="Authorization: Bearer $MATTERMOST_BOT_TOKEN"
response=""
if _post "$_data" "$MATTERMOST_API_URL" "" "POST" "application/json; charset=utf-8"; then
MATTERMOST_RESULT_OK=$(echo "$response" | _egrep_o 'create_at')
if [ "$?" = "0" ] && [ "$MATTERMOST_RESULT_OK" ]; then