diff options
author | John Klug <john.klug@multitech.com> | 2018-01-11 10:25:40 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-01-11 10:25:40 -0600 |
commit | 1d1e4760b32a9c156eced73077138359c64ef042 (patch) | |
tree | 17d2c375b4bbb6fffd1a9889b97c3e1548c62610 | |
parent | 658445f6c3ed75db709066da6caba0c72a227e78 (diff) | |
download | meta-mlinux-3.3.20.tar.gz meta-mlinux-3.3.20.tar.bz2 meta-mlinux-3.3.20.zip |
2nd Tidy up get-eeprom-device-config3.3.20
-rw-r--r-- | recipes-core/multitech/config/config.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/config.init b/recipes-core/multitech/config/config.init index 2016dcb..c1c4dc9 100644 --- a/recipes-core/multitech/config/config.init +++ b/recipes-core/multitech/config/config.init @@ -64,7 +64,7 @@ case $1 in start) if ! [[ -f /run/config/device_info.json ]] ; then [[ -d /run/config ]] || mkdir -m 755 -p /run/config - if [[ -x ${GETCONFIG }]] ; then + if [[ -x ${GETCONFIG} ]] ; then ${GETCONFIG} -t1 # Radio might not be found yet. fi fi |