aboutsummaryrefslogtreecommitdiff
path: root/e3372-dhcp-setting.sh
diff options
context:
space:
mode:
Diffstat (limited to 'e3372-dhcp-setting.sh')
-rwxr-xr-xe3372-dhcp-setting.sh12
1 files changed, 5 insertions, 7 deletions
diff --git a/e3372-dhcp-setting.sh b/e3372-dhcp-setting.sh
index bc2f237..9bd0fe6 100755
--- a/e3372-dhcp-setting.sh
+++ b/e3372-dhcp-setting.sh
@@ -1,15 +1,13 @@
#!/bin/bash
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/config.sh"
-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`
+get_token
curl -s -X GET "http://$MODEM_IP/api/dhcp/settings" \
- -H "Cookie: $COOKIE" \
- -H "__RequestVerificationToken: $TOKEN" \
- -H "Content-Type: text/xml" > modem_status.xml
+ -H "Cookie: $COOKIE" \
+ -H "__RequestVerificationToken: $TOKEN" \
+ -H "Content-Type: text/xml" >modem_status.xml
cat modem_status.xml