On all supported devices, on Replicant 6.0, bash is installed to /system/xbin/bash
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- networking/modem/device-files/disable_modem.sh | 2 +- networking/modem/device-files/enable_modem.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/networking/modem/device-files/disable_modem.sh b/networking/modem/device-files/disable_modem.sh index eed2664..28e8e38 100755 --- a/networking/modem/device-files/disable_modem.sh +++ b/networking/modem/device-files/disable_modem.sh @@ -1,4 +1,4 @@ -#!/system/bin/bash +#!/system/xbin/bash # # Copyright (C) 2017 Jeremy Rand <[email protected]> # Partially based on code by Wolfgang Wiedmeyer <[email protected]> and Filippo Fil Bergamo diff --git a/networking/modem/device-files/enable_modem.sh b/networking/modem/device-files/enable_modem.sh index f4876f8..1f2d723 100755 --- a/networking/modem/device-files/enable_modem.sh +++ b/networking/modem/device-files/enable_modem.sh @@ -1,4 +1,4 @@ -#!/system/bin/bash +#!/system/xbin/bash # # Copyright (C) 2017 Jeremy Rand <[email protected]> # Partially based on code by Wolfgang Wiedmeyer <[email protected]> and Filippo Fil Bergamo -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
