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

@@ -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