diff --git a/contrib/cleanup-tmp-mounts.sh b/contrib/cleanup-tmp-mounts.sh index 2429569..481d2b7 100755 --- a/contrib/cleanup-tmp-mounts.sh +++ b/contrib/cleanup-tmp-mounts.sh @@ -7,7 +7,7 @@ set -eu -MOUNTS=$(mount | grep ' type fuse\.' | grep 'on /var/tmp/\|on /tmp/' | cut -d' ' -f 3) +MOUNTS=$(mount | grep ' type fuse\.' | grep 'on /var/tmp/\|on /tmp/\|on /mnt/ext4-ramdisk/' | cut -d' ' -f 3) for i in $MOUNTS ; do echo "Unmounting $i"