diff options
-rwxr-xr-x | home/xyz/.local/bin/mrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt index 8cd136fb..c9aa27d0 100755 --- a/home/xyz/.local/bin/mrt +++ b/home/xyz/.local/bin/mrt @@ -30,7 +30,7 @@ $0 ~ location {f=1;next} }'); do mullvad relay set hostname "$relay" t=0 - while [ $t -lt 20 ]; do + while [ $t -lt 30 ]; do if mullvad status | grep -q "Connected to $relay"; then if curl -Ism"$curl_maxtime" "$website"; then good_relays="$(printf '%s\n' "$good_relays" "$relay")" |