delay after unmounting.

This commit is contained in:
Sorgelig
2018-01-15 12:26:02 +08:00
parent 2efdb96b0f
commit 36b33b54ad

View File

@@ -66,6 +66,7 @@ sleep 3
echo "Unmounting Linux partition..."
umount ${DSTDIR} || exit 0
sleep 3
echo "Done!"
echo ""