aboutsummaryrefslogtreecommitdiff
path: root/e3372-dhcp-setting.sh
diff options
context:
space:
mode:
Diffstat (limited to 'e3372-dhcp-setting.sh')
-rwxr-xr-xe3372-dhcp-setting.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/e3372-dhcp-setting.sh b/e3372-dhcp-setting.sh
index f76e6ae..c3af87b 100755
--- a/e3372-dhcp-setting.sh
+++ b/e3372-dhcp-setting.sh
@@ -4,10 +4,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"
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
-
-cat modem_status.xml
+get_xml "dhcp/settings"