[Replicant] [vendor_replicant-scripts] [PATCH v2][ 5/8] modem: setup.sh: Use /system/bin/ instead of as it is easier to understand
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jun 26 00:05:33 UTC 2020
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
networking/modem/setup.sh | 3 +--
1 file changed, 1 insertion(+), 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/"
--
2.27.0
More information about the Replicant
mailing list