fix awg warp generator

This commit is contained in:
CodeRoK7
2025-10-07 04:22:22 +00:00
parent d51677e008
commit 56881ba8f3
2 changed files with 18 additions and 2 deletions

View File

@@ -764,6 +764,11 @@ do
result=$(requestConfWARP6)
warpGen=$(check_request "$result" 6)
if [ "$warpGen" = "Error" ]
then
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
@@ -784,6 +789,9 @@ do
else
warp_config=$warpGen
fi
else
warp_config=$warpGen
fi
if [ "$warp_config" = "Error" ]
then

View File

@@ -813,6 +813,11 @@ do
result=$(requestConfWARP6)
warpGen=$(check_request "$result" 6)
if [ "$warpGen" = "Error" ]
then
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
@@ -833,6 +838,9 @@ do
else
warp_config=$warpGen
fi
else
warp_config=$warpGen
fi
if [ "$warp_config" = "Error" ]
then