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