mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 19:44:58 +02:00
point back to [8.8.8.8]
This commit is contained in:
@@ -11,7 +11,7 @@ function check_connectivity() {
|
|||||||
local test_ip
|
local test_ip
|
||||||
local test_count
|
local test_count
|
||||||
|
|
||||||
test_ip="172.217.12.110"
|
test_ip="8.8.8.8"
|
||||||
test_count=1
|
test_count=1
|
||||||
|
|
||||||
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
||||||
|
@@ -11,7 +11,7 @@ function check_connectivity() {
|
|||||||
local test_ip
|
local test_ip
|
||||||
local test_count
|
local test_count
|
||||||
|
|
||||||
test_ip="172.217.12.110"
|
test_ip="8.8.8.8"
|
||||||
test_count=1
|
test_count=1
|
||||||
|
|
||||||
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
||||||
|
@@ -5,7 +5,7 @@ function check_connectivity() {
|
|||||||
local test_ip
|
local test_ip
|
||||||
local test_count
|
local test_count
|
||||||
|
|
||||||
test_ip="172.217.12.110"
|
test_ip="8.8.8.8"
|
||||||
test_count=1
|
test_count=1
|
||||||
|
|
||||||
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
||||||
|
@@ -11,7 +11,7 @@ function check_connectivity() {
|
|||||||
local test_ip
|
local test_ip
|
||||||
local test_count
|
local test_count
|
||||||
|
|
||||||
test_ip="172.217.12.110"
|
test_ip="8.8.8.8"
|
||||||
test_count=1
|
test_count=1
|
||||||
|
|
||||||
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
if ping -c ${test_count} ${test_ip} > /dev/null; then
|
||||||
|
Reference in New Issue
Block a user