factory-reset: Remove errant debug command

I added this `seq` command to make it easier to see output from
`factory-reset` on the serial console.  It's no longer necessary.
gentoo
Dustin 2023-03-15 21:06:12 -05:00
parent a4baa58563
commit 5e8b69d659
1 changed files with 0 additions and 2 deletions

View File

@ -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