summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-13 18:45:30 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-13 18:48:10 +0100
commitce8db3e2babcd778242f77880875e59df57e4c5b (patch)
treeead1a05b8a1feebfcf8cd7e1cf61383328683616
parentcd591ca38bf9b3e139c3d7e65b4b72487b8edcaf (diff)
downloadvendor_replicant-scripts-ce8db3e2babcd778242f77880875e59df57e4c5b.tar.gz
vendor_replicant-scripts-ce8db3e2babcd778242f77880875e59df57e4c5b.tar.bz2
vendor_replicant-scripts-ce8db3e2babcd778242f77880875e59df57e4c5b.zip
networking: modem: setup.sh: use the same paths than Android.mk
This is to have a single path in the script documentation on the Replicant wiki. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xnetworking/modem/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/modem/setup.sh b/networking/modem/setup.sh
index 91b7656..738c3af 100755
--- a/networking/modem/setup.sh
+++ b/networking/modem/setup.sh
@@ -1,4 +1,4 @@
-root_dir="/data/misc/modem"
+root_dir="/system/bin"
adb root
sleep 3
adb push ./device-files/ "$root_dir"