aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:27:40 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:27:40 +0300
commited639fc506d14a94a8b5e2c6dcbfdc7dd44940e1 (patch)
treef55053851dc43bb82ca812db96a86d930673ea32
parent91b6b387e19ad2b2f686e8a27bfc0a027e9eb4d9 (diff)
change default ip to 192.168.8.1
-rwxr-xr-xinclude.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include.sh b/include.sh
index 01c0cbf..e4678fe 100755
--- a/include.sh
+++ b/include.sh
@@ -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() {