s/find_btrfs_devs/btrfs_devs

master
Harald Hoyer 2018-05-07 10:26:05 +02:00
parent c9b5165daa
commit bfa4e45fa7
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ if [[ $hostonly ]] && [[ "$hostonly_default_device" != "no" ]]; then

push_host_devs "$_dev"
if [[ "$_t" == btrfs ]]; then
for i in $(find_btrfs_devs "$_m"); do
for i in $(btrfs_devs "$_m"); do
push_host_devs "$i"
done
fi