From f64c03586b89accb84d438f10ab7e726af0cba1b Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 3 Apr 2025 17:32:49 +0000 Subject: [PATCH] Fix --- universal_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal_config.sh b/universal_config.sh index 3b08dd9..ece9c70 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -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