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: