summaryrefslogtreecommitdiffstats
path: root/uqmid/examples/2_configure.sh
blob: cc166a2cb055cf09e62ee34d95b6a367a7521bf7 (plain)
1
2
3
4
#!/bin/sh

CONFIG='{"apn":"internet.telekom","roaming":"true", "username": "telekom", "password": "tm", "roaming": true }'
ubus call uqmid.modem.modem1 configure "$CONFIG"