2
0
mirror of synced 2025-02-23 14:18:13 +00:00

fs/test.sh: Add sudo before happy path umount again

This commit is contained in:
Matt Joiner 2018-06-30 22:03:29 +10:00
parent 5f20a21c9d
commit a69cd7bb9b

View File

@ -13,5 +13,5 @@ file=debian-9.1.0-amd64-netinst.iso
# file=sintel.mp4
while [ ! -e "mnt/$file" ]; do sleep 1; done
pv "mnt/$file" | md5sum
umount mnt
sudo umount mnt
wait || echo "wait returned" $?