also unset here

albatross
Willem Melching 2021-01-19 13:09:35 +01:00
parent c732fd83ce
commit f068ac32bc
1 changed files with 2 additions and 0 deletions

View File

@ -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 )"