diff --git a/userspace/usr/comma/comma.sh b/userspace/usr/comma/comma.sh index 33abc00..accfb95 100755 --- a/userspace/usr/comma/comma.sh +++ b/userspace/usr/comma/comma.sh @@ -57,11 +57,7 @@ if [ ! -f /tmp/booted ]; then $RESET elif ! mountpoint -q /data; then echo "userdata not mounted. loading system reset" - if [ "$(head -c 15 /dev/disk/by-partlabel/userdata)" == "COMMA_RESET" ]; then - $RESET --format - else - $RESET --recover - fi + $RESET --recover fi fi