This commit is contained in:
CodeRoK7
2025-04-03 17:32:49 +00:00
parent 30fff8e170
commit f64c03586b

View File

@@ -698,7 +698,7 @@ do
pingAddress="8.8.8.8"
if ping -c 1 -I $INTERFACE_NAME $pingAddress >/dev/null 2>&1
if ping -c 1 -I $INTERFACE_NAME $pingAddress 2>&1
then
isExit=1
else