diff --git a/etc/functions b/etc/functions index 2716979..cc2a5f5 100644 --- a/etc/functions +++ b/etc/functions @@ -125,6 +125,7 @@ yesno() { readin() { WHICH="$1" header "$WHICH" + local -a choice for i in $(find ./etc/${WHICH}/ -type f); do choice+=("$(basename $i)") done