From 84a5bccc25b9684bf8c95a67d78aa17e72c3c80e Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:12:49 +0500 Subject: [PATCH] Update universal_config.sh --- universal_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/universal_config.sh b/universal_config.sh index 67da938..826c316 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -704,8 +704,10 @@ do if ping -c 1 -I $INTERFACE_NAME $pingAddress >/dev/null 2>&1 then isExit=1 + echo "lolo1" else isExit=0 + echo "lolo2" fi fi done