diff options
Diffstat (limited to 'include.sh')
-rwxr-xr-x | include.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |