From c732fd83ce0413ab9f7ce207a4f154ab2dc68ab1 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 19 Jan 2021 13:02:03 +0100 Subject: [PATCH] OS version needs to be unset on script start --- launch_chffrplus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index e52fa6db4b..e3a1ab400c 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -195,6 +195,7 @@ function launch { echo "Restarting launch script ${LAUNCHER_LOCATION}" unset REQUIRED_NEOS_VERSION + unset AGNOS_VERSION exec "${LAUNCHER_LOCATION}" else echo "openpilot backup found, not updating"