From b05b7927a9c717e554bc499e27bb8d7df599aa26 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 12 Jan 2017 17:21:32 -0600 Subject: Fix bad option for logger --- recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3