diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index 3d3acfc..603c493 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -794,7 +794,15 @@ do warpGen=$(check_request "$result" 5) if [ "$warpGen" = "Error" ] then - warp_config="Error" + printf "\033[32;1mRequest WARP config... Attempt #6\033[0m\n" + result=$(requestConfWARP6) + warpGen=$(check_request "$result" 6) + if [ "$warpGen" = "Error" ] + then + warp_config="Error" + else + warp_config=$warpGen + fi else warp_config=$warpGen fi