From 91b6b387e19ad2b2f686e8a27bfc0a027e9eb4d9 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 22 Mar 2021 23:25:34 +0300 Subject: eliminate a lot of copypasta by using functions --- e3372-dhcp-setting.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'e3372-dhcp-setting.sh') 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" -- cgit v1.2.3