From 6a0f135247dcb74beaaa4f76f4b1c0a142df2af6 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 17 Jul 2020 14:59:21 +0200 Subject: [PATCH] Typo --- src/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.sh b/src/utils.sh index 111a41f..1c97f33 100755 --- a/src/utils.sh +++ b/src/utils.sh @@ -49,7 +49,7 @@ function enable_proxy_if_needed () { adb root echo "Set up the Proxy" - adb shell "content update --uri content://telephony/carriers --bind proxy:s:"0.0.0.0" --bind port:s:"$0000" --where "mcc=310" --where "mnc=260"" + adb shell "content update --uri content://telephony/carriers --bind proxy:s:"0.0.0.0" --bind port:s:"0000" --where "mcc=310" --where "mnc=260"" sleep 5 adb shell "content update --uri content://telephony/carriers --bind proxy:s:"${p[0]}" --bind port:s:"${p[1]}" --where "mcc=310" --where "mnc=260""