add sleep

This commit is contained in:
Tobias Powalowski 2023-01-15 21:28:59 +01:00
parent 1379eb89a9
commit 390d0b2e26

View file

@ -337,6 +337,7 @@ _stopmd()
_clean_disk "${i}"
done
_dialog --infobox "Deleting superblocks of ALL software raid devices done.\nContinuing in 3 seconds..." 0 0
sleep 3
fi
}