From 56881ba8f3cd90da45126ec7c352bbc018879e53 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:22:22 +0000 Subject: [PATCH] fix awg warp generator --- universal_config.sh | 10 +++++++++- universal_config_new_podkop.sh | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/universal_config.sh b/universal_config.sh index 719ea23..c776c4b 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -765,7 +765,15 @@ do warpGen=$(check_request "$result" 6) if [ "$warpGen" = "Error" ] then - warp_config="Error" + printf "\033[32;1mRequest WARP config... Attempt #7\033[0m\n" + result=$(requestConfWARP7) + warpGen=$(check_request "$result" 7) + if [ "$warpGen" = "Error" ] + then + warp_config="Error" + else + warp_config=$warpGen + fi else warp_config=$warpGen fi diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index d0e297a..76ffdb6 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -814,7 +814,15 @@ do warpGen=$(check_request "$result" 6) if [ "$warpGen" = "Error" ] then - warp_config="Error" + printf "\033[32;1mRequest WARP config... Attempt #7\033[0m\n" + result=$(requestConfWARP7) + warpGen=$(check_request "$result" 7) + if [ "$warpGen" = "Error" ] + then + warp_config="Error" + else + warp_config=$warpGen + fi else warp_config=$warpGen fi