summaryrefslogtreecommitdiff
path: root/e3372-dataswitch-off.sh
diff options
context:
space:
mode:
Diffstat (limited to 'e3372-dataswitch-off.sh')
-rwxr-xr-xe3372-dataswitch-off.sh6
1 files changed, 5 insertions, 1 deletions
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 "<request><dataswitch>0</dataswitch></request>" > 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 "<request><dataswitch>0</dataswitch></request>" > modem_status.xml
cat modem_status.xml