From efe41f5ce1c1023af96d06c19f5d4f91957d26b5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 22 Mar 2021 23:04:44 +0300 Subject: code style, small fixes --- e3372-dataswitch-off.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'e3372-dataswitch-off.sh') diff --git a/e3372-dataswitch-off.sh b/e3372-dataswitch-off.sh index 369fc1e..93bd985 100755 --- a/e3372-dataswitch-off.sh +++ b/e3372-dataswitch-off.sh @@ -7,6 +7,10 @@ curl -s -X GET "http://$MODEM_IP/api/webserver/SesTokInfo" > ses_tok.xml COOKIE=`grep "SessionID=" ses_tok.xml | cut -b 10-147` TOKEN=`grep "TokInfo" ses_tok.xml | cut -b 10-41` -curl -s -X POST "http://$MODEM_IP/api/dialup/mobile-dataswitch" -H "Cookie: $COOKIE" -H "__RequestVerificationToken: $TOKEN" -H "Content-Type: text/xml" -d "0" > modem_status.xml +curl -s -X POST "http://$MODEM_IP/api/dialup/mobile-dataswitch" \ + -H "Cookie: $COOKIE" \ + -H "__RequestVerificationToken: $TOKEN" \ + -H "Content-Type: text/xml" \ + -d "0" > modem_status.xml cat modem_status.xml -- cgit v1.2.3