summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-03-01 21:57:55 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-03-03 14:25:02 -0800
commitce72dc3698d64bde35bf77f6ff2d3284bd9e2a61 (patch)
tree00257e9681f822bf6f350dfe9c1913fe938b4b61 /home/xyz/.local
parent02513aaa294a8a6aacb9565f1c9d3e206f5fa84e (diff)
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/mrt2
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")"