From ed639fc506d14a94a8b5e2c6dcbfdc7dd44940e1 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 22 Mar 2021 23:27:40 +0300 Subject: change default ip to 192.168.8.1 --- include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3