From 2b1144ad132d89977a20eb9f960e699eef5b2f2f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 16 Feb 2024 17:54:56 -0600 Subject: [PATCH] wip --- launch_openpilot.sh | 2 +- shell/init_shell.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/launch_openpilot.sh b/launch_openpilot.sh index c3bddc9..ec0b40b 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -2,7 +2,7 @@ cd /data/openpilot -sudo bash /data/openpilot/shell/init_shell.sh +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/init_shell.sh b/shell/init_shell.sh index 0aeb389..e438c6f 100644 --- a/shell/init_shell.sh +++ b/shell/init_shell.sh @@ -2,8 +2,8 @@ sudo chown -R comma:comma /data/openpilot & cd bash /data/openpilot/shell/ -bash ./configure_ssh.sh -bash ./set_logo.sh +sudo bash ./configure_ssh.sh +sudo bash ./set_logo.sh cd /data/openpilot/logs