From a69cd7bb9b2693dd082519f051c9146ccc8cd36f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 30 Jun 2018 22:03:29 +1000 Subject: [PATCH] fs/test.sh: Add sudo before happy path umount again --- fs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/test.sh b/fs/test.sh index e174f9cb..84dffcb7 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -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" $? -- 2.44.0