Files
sunnypilot/selfdrive/ui/start.py
Vehicle Researcher e47a2e6e30 openpilot v0.5.13 release
old-commit-hash: dd34ccfe28
2019-06-06 04:38:45 +00:00

8 lines
168 B
Python
Executable File

#!/usr/bin/env python
import os
assert os.system("make") == 0
os.environ['LD_LIBRARY_PATH'] = "/system/lib64:"+os.environ['LD_LIBRARY_PATH']
os.execv("./ui", ["ui"])