summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-19 06:00:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-26 01:54:42 +0200
commit3182ac6fd77c54983c5210073b317f30246df9d8 (patch)
treea679e9b144f9de0e240b8b8988a31d97061c6348
parent0e958d29b5f6fb10654d0ede5328ebb31da07ab4 (diff)
downloadvendor_replicant-scripts-3182ac6fd77c54983c5210073b317f30246df9d8.tar.gz
vendor_replicant-scripts-3182ac6fd77c54983c5210073b317f30246df9d8.tar.bz2
vendor_replicant-scripts-3182ac6fd77c54983c5210073b317f30246df9d8.zip
modem: setup.sh: Use /system/bin/ instead of as it is easier to understand
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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/"