diff options
author | John Klug <john.klug@multitech.com> | 2017-01-12 17:21:32 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-12 17:21:32 -0600 |
commit | b05b7927a9c717e554bc499e27bb8d7df599aa26 (patch) | |
tree | 10435ddd4f21d0caac861a6136892371bbf86554 /recipes-navigation | |
parent | 94ec4baeb66a9bf1bfb2d86b532403514f2175c6 (diff) | |
download | meta-mlinux-b05b7927a9c717e554bc499e27bb8d7df599aa26.tar.gz meta-mlinux-b05b7927a9c717e554bc499e27bb8d7df599aa26.tar.bz2 meta-mlinux-b05b7927a9c717e554bc499e27bb8d7df599aa26.zip |
Fix bad option for logger
Diffstat (limited to 'recipes-navigation')
-rwxr-xr-x | recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh b/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh index 7f22719..5644d57 100755 --- a/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh +++ b/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh @@ -6,7 +6,7 @@ trap "stty echo icanon" exit OIFS=$IFS IFS=$'\n' if ! /usr/sbin/gpsd_ubx_fixed ; then - logger -e -p user.warn "GPS does not have a fix yet. Try again later." + logger -s -p user.warn "GPS does not have a fix yet. Try again later." exit 1 fi # This shell script is shaped by two things: |