From ff4d1923f05ca3978148ba3c8033a3bec9914972 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 6 Sep 2025 18:46:10 -0400 Subject: [PATCH] tici: fix staging root updates (#1223) --- sunnypilot/system/hardware/c3/launch_env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sunnypilot/system/hardware/c3/launch_env.sh b/sunnypilot/system/hardware/c3/launch_env.sh index 593aacc07..4c011c6ac 100755 --- a/sunnypilot/system/hardware/c3/launch_env.sh +++ b/sunnypilot/system/hardware/c3/launch_env.sh @@ -9,3 +9,5 @@ export VECLIB_MAXIMUM_THREADS=1 if [ -z "$AGNOS_VERSION" ]; then export AGNOS_VERSION="12.8" fi + +export STAGING_ROOT="/data/safe_staging"