fs/test.sh: umount requires sudo

This commit is contained in:
Matt Joiner 2017-09-18 13:51:05 +10:00
parent 67e96686d2
commit 3879364536
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,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