diff --git a/launch_openpilot.sh b/launch_openpilot.sh index 8390772..c3bddc9 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -2,7 +2,7 @@ cd /data/openpilot -# sudo bash /data/openpilot/shell/init_shell.sh +sudo bash /data/openpilot/shell/init_shell.sh # Blank the UI (assuming framebuffer device is /dev/fb0) # This command clears the framebuffer, effectively blanking the screen diff --git a/shell/set_logo.sh b/shell/set_logo.sh index efddacf..26f1cc3 100644 --- a/shell/set_logo.sh +++ b/shell/set_logo.sh @@ -19,7 +19,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil if [[ "$(md5sum /usr/comma/bg.org | awk '{print $1}')" != "642380ba4c0f00b16e9cf6e613f43eec" ]]; then sudo mount -o remount,ro / echo failed to backup the correct picture - exit + exit fi sudo mount -o remount,rw /