From 64acac5f13232aba883fe46f9ed74057f3fc914e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 19:02:26 -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 33b8caa..ed2848c 100644 --- a/shell/set_logo.sh +++ b/shell/set_logo.sh @@ -26,7 +26,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh fi - if [[ "$(md5sum md5sum /usr/comma/comma.sh | awk '{print $1}')" != "$(md5sum /data/openpilot/shell/usr_comma_comma.sh | awk '{print $1}')" ]; then + if [ "$(md5sum md5sum /usr/comma/comma.sh | awk '{print $1}')" != "$(md5sum /data/openpilot/shell/usr_comma_comma.sh | awk '{print $1}')" ]; then echo updated comma.sh sudo cp /data/openpilot/shell/usr_comma_comma.sh /usr/comma/comma.sh fi