change default ip to 192.168.8.1
This commit is contained in:
parent
91b6b387e1
commit
ed639fc506
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
[ -z "$MODEM_IP" ] && MODEM_IP="192.168.9.1"
|
||||
[ -z "$MODEM_IP" ] && MODEM_IP="192.168.8.1"
|
||||
STATUS_FILE="modem_status.xml"
|
||||
|
||||
get_token() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user