fix userdata build

This commit is contained in:
Maxime Desroches
2025-08-13 16:24:04 -07:00
parent 7225e8556b
commit d6f3c38a08

View File

@@ -38,6 +38,9 @@ function create_image() {
sudo git -C $MNTDIR/openpilot branch -m $RELEASE_BRANCH
sudo git -C $MNTDIR/openpilot branch --set-upstream-to=origin/$RELEASE_BRANCH
# assume comma is the first non root user created
sudo chown 1000:1000 -R $MNTDIR/openpilot
echo "clone done for $(sudo cat $MNTDIR/openpilot/common/version.h)"
sudo umount $MNTDIR