From 9172cb85ee62ed21f9e0be8015c26982491d42d0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Jun 2024 17:23:37 -0500 Subject: [PATCH] wip --- system/qcomgpsd/qcomgpsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/qcomgpsd/qcomgpsd.py b/system/qcomgpsd/qcomgpsd.py index f0351b9..4227f8a 100755 --- a/system/qcomgpsd/qcomgpsd.py +++ b/system/qcomgpsd/qcomgpsd.py @@ -396,7 +396,7 @@ def main() -> NoReturn: last_reported_longitude = gps.longitude # Call the script - subprocess.run(["/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True) + subprocess.run(["bash", "/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True) elif log_type == LOG_GNSS_OEMDRE_SVPOLY_REPORT: