Removed duplicate 'done' output after calling readall.

This commit is contained in:
Jorrit Herder 2005-06-17 09:36:08 +00:00
parent f88e71c9d8
commit 4b887108eb

View file

@ -275,7 +275,6 @@ Scanning /dev/$usr for bad blocks. (Hit DEL to stop the scan if you are
absolutely sure that there can not be any bad blocks. Otherwise just wait.)" absolutely sure that there can not be any bad blocks. Otherwise just wait.)"
trap ': nothing' 2 trap ': nothing' 2
readall -b /dev/$usr | sh readall -b /dev/$usr | sh
echo "Scan done"
sleep 2 sleep 2
trap 2 trap 2