contrib: cleanup-tmp-mounts: also clean ext4-ramdisk

This commit is contained in:
Jakob Unterwurzacher 2020-10-15 17:49:17 +02:00
parent 871f305f90
commit a2f48eb838
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
set -eu 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 for i in $MOUNTS ; do
echo "Unmounting $i" echo "Unmounting $i"