diff --git a/overlay/usr/libexec/factory-reset b/overlay/usr/libexec/factory-reset index a88adce..b1a74f7 100755 --- a/overlay/usr/libexec/factory-reset +++ b/overlay/usr/libexec/factory-reset @@ -3,8 +3,6 @@ DATAPART=$(awk '$2=="/var"{print $1}' /etc/fstab) -seq 1 30 - dev=$(findfs "${DATAPART}") if [ -z "${dev}" ]; then printf 'Could not find data partition (%s)\n' "${DATAPART}" >&2