diff options
Diffstat (limited to 'e3372-dhcp-setting.sh')
-rwxr-xr-x | e3372-dhcp-setting.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/e3372-dhcp-setting.sh b/e3372-dhcp-setting.sh index d108468..bc2f237 100755 --- a/e3372-dhcp-setting.sh +++ b/e3372-dhcp-setting.sh @@ -7,6 +7,9 @@ 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 GET "http://$MODEM_IP/api/dhcp/settings" -H "Cookie: $COOKIE" -H "__RequestVerificationToken: $TOKEN" -H "Content-Type: text/xml" > modem_status.xml +curl -s -X GET "http://$MODEM_IP/api/dhcp/settings" \ + -H "Cookie: $COOKIE" \ + -H "__RequestVerificationToken: $TOKEN" \ + -H "Content-Type: text/xml" > modem_status.xml cat modem_status.xml |