wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Check if /data/openpilot/shell/bg.jpg does not exist
|
# Check if /data/openpilot/shell/bg.jpg does not exist
|
||||||
if [ ! -f /data/openpilot/shell/bg.jpg ]; then
|
if [ ! -f /data/openpilot/system/clearpilot/startup_logo/bg.jpg ]; then
|
||||||
# Check if /usr/comma/bg.org does exist
|
# Check if /usr/comma/bg.org does exist
|
||||||
if [ -f /usr/comma/bg.org ]; then
|
if [ -f /usr/comma/bg.org ]; then
|
||||||
sudo mount -o remount,rw /
|
sudo mount -o remount,rw /
|
||||||
|
|||||||
Reference in New Issue
Block a user