diff options
Diffstat (limited to 'scripts/live-helpers')
| -rw-r--r-- | scripts/live-helpers | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/live-helpers b/scripts/live-helpers index abdfd64..a69ce29 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -857,11 +857,10 @@ find_persistent_media () local overlays="${1}" local snapshots="${2}" - local black_listed_devices="${3}" - local white_listed_devices="${4}" + local white_listed_devices="${3}" local ret="" - for dev in $(storage_devices "${black_listed_devices}" "${white_listed_devices}") + for dev in $(storage_devices "" "${white_listed_devices}") do local result="" |
