From b6ed5a2e25772d9f534313a9239af6f36ecbd064 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 18:51:46 -0600 Subject: [PATCH] wip --- shell/set_logo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/set_logo.sh b/shell/set_logo.sh index 080875d..8f130f4 100644 --- a/shell/set_logo.sh +++ b/shell/set_logo.sh @@ -16,7 +16,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil if [ -f /usr/comma/bg.org ]; then sudo cp -f /data/openpilot/shell/bg.jpg /usr/comma/bg.jpg fi -bash /usr/comma/revert_logo.sh + # If file /usr/comma/revert_logo.sh does not exist if [ ! -f /usr/comma/revert_logo.sh ]; then sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh