contrib: cleanup-tmp-mounts: also clean ext4-ramdisk
This commit is contained in:
parent
871f305f90
commit
a2f48eb838
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user