aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:38:58 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:38:58 +0300
commitb793873217cd264e0301d7b568f52f353b4d00ef (patch)
treea67830062d411484438ffcc9070f5ded96d4a685
parent51b8ae800ab12db43417145b4296b5418dfe5211 (diff)
e3372-readsms: fixHEADmaster
-rwxr-xr-xe3372-readsms.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/e3372-readsms.sh b/e3372-readsms.sh
index cf54c5f..92856f4 100755
--- a/e3372-readsms.sh
+++ b/e3372-readsms.sh
@@ -4,7 +4,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"
get_token
-post_xml "sms/sms-list" "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>"
+post_xml "sms/sms-list"
+ \ "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>" > $STATUS_FILE
#cat $STATUS_FILE