fix awg warp generator

This commit is contained in:
CodeRoK7
2025-10-02 16:18:11 +00:00
parent 32e747b7b9
commit b86bd2a1d0

View File

@@ -793,6 +793,11 @@ do
result=$(requestConfWARP5) result=$(requestConfWARP5)
warpGen=$(check_request "$result" 5) warpGen=$(check_request "$result" 5)
if [ "$warpGen" = "Error" ] if [ "$warpGen" = "Error" ]
then
printf "\033[32;1mRequest WARP config... Attempt #6\033[0m\n"
result=$(requestConfWARP6)
warpGen=$(check_request "$result" 6)
if [ "$warpGen" = "Error" ]
then then
warp_config="Error" warp_config="Error"
else else
@@ -810,6 +815,9 @@ do
else else
warp_config=$warpGen warp_config=$warpGen
fi fi
else
warp_config=$warpGen
fi
if [ "$warp_config" = "Error" ] if [ "$warp_config" = "Error" ]
then then