add oopsie note

pull/3/head
Matt C 3 years ago
parent dccba0420c
commit fded8f4940

@ -81,6 +81,9 @@ while [[ "$DONE" == "no" ]]; do
DISK="$msgdat"
if fdisk -l ${DISK}; then
DONE="yes"
else
dumptitle="Error"
dump "${DISK} doesn't seem to be a valid disk."
fi
done

Loading…
Cancel
Save