This commit is contained in:
Your Name
2024-02-13 14:42:24 -06:00
parent dc1ee37053
commit 9eee0333ec
3 changed files with 4 additions and 4 deletions

View File

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