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