This commit is contained in:
Your Name
2024-02-13 18:51:46 -06:00
parent 7956d2f3d8
commit b6ed5a2e25

View File

@@ -16,7 +16,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil
if [ -f /usr/comma/bg.org ]; then if [ -f /usr/comma/bg.org ]; then
sudo cp -f /data/openpilot/shell/bg.jpg /usr/comma/bg.jpg sudo cp -f /data/openpilot/shell/bg.jpg /usr/comma/bg.jpg
fi fi
bash /usr/comma/revert_logo.sh
# If file /usr/comma/revert_logo.sh does not exist # If file /usr/comma/revert_logo.sh does not exist
if [ ! -f /usr/comma/revert_logo.sh ]; then if [ ! -f /usr/comma/revert_logo.sh ]; then
sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh