From b078c4bdb8e42a0e79513487d856c75b52be8a20 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 1 Sep 2017 17:03:54 -0500 Subject: Need a space in the radio-reset existence test. --- recipes-bsp/multitech/mts-io/mts-io.mtcap.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/multitech/mts-io/mts-io.mtcap.init b/recipes-bsp/multitech/mts-io/mts-io.mtcap.init index 2e41124..da9e126 100644 --- a/recipes-bsp/multitech/mts-io/mts-io.mtcap.init +++ b/recipes-bsp/multitech/mts-io/mts-io.mtcap.init @@ -46,7 +46,7 @@ cell_init() { # remove /dev/modem_at[0,1] symlinks rm -f /dev/modem_at[0,1] - if [ -w /sys/devices/platform/mts-io/radio-power] ; then + if [ -w /sys/devices/platform/mts-io/radio-power ] ; then # power down the cellular chip gracefully mts-io-sysfs store radio-power 0 # power up the cellular chip -- cgit v1.2.3