1
0
Fork 0

have sb-disk read env var

This commit is contained in:
Luca Bilke 2024-02-03 19:40:51 +01:00
parent b9245d3d92
commit 69ab07edac

View file

@ -3,7 +3,7 @@
IFS='
'
types=${1:-ext2,ext3,ext4,xfs,btrfs,vfat}
types=${SB_DISK_FS:-ext2,ext3,ext4,xfs,btrfs}
first=true
for mnt in $(findmnt -Py -t "$types"); do
eval "$mnt"