summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnetworking/modem/setup.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/modem/setup.sh b/networking/modem/setup.sh
index 82fada5..693f4aa 100755
--- a/networking/modem/setup.sh
+++ b/networking/modem/setup.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-root_dir="/system/bin"
adb root
sleep 3
-adb push ./device-files/modem.sh "$root_dir"
+adb push ./device-files/modem.sh "/system/bin/"