From f068ac32bcad6af32f267f989d64a2793593d0c9 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 19 Jan 2021 13:09:35 +0100 Subject: [PATCH] also unset here --- launch_chffrplus.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index e3a1ab400c..fc3358c101 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -4,6 +4,8 @@ if [ -z "$BASEDIR" ]; then BASEDIR="/data/openpilot" fi +unset REQUIRED_NEOS_VERSION +unset AGNOS_VERSION source "$BASEDIR/launch_env.sh" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"