aboutsummaryrefslogtreecommitdiff
path: root/e3372-dataswitch-off.sh
blob: 446708a6ea2f8034fd02e413fbd682b0fc0429cb (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"

get_token
post_xml "dialup/mobile-dataswitch" \
    "<request><dataswitch>0</dataswitch></request>"