have sb-disk read env var
This commit is contained in:
parent
b9245d3d92
commit
69ab07edac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue