From 30e0a4837abf4f8fab6eb73b0a1d35271b82f724 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:02:15 +0500 Subject: [PATCH] Test --- universal_config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/universal_config.sh b/universal_config.sh index 00cbe39..67da938 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -598,6 +598,8 @@ do EndpointPort=$(echo "$Endpoint" | cut -d':' -f2) fi fi + + echo "$currIter !!! --- isExit = $isExit" if [ "$isExit" = "2" ] then @@ -708,6 +710,8 @@ do fi done +echo "isExit = $isExit" + varByPass=0 if [ "$isExit" = "1" ]