From 87e00d842df07bf400514d2952b5c72f4dfe3650 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 18:19:25 +0100 Subject: [PATCH] progress --- etc/functions | 1 + 1 file changed, 1 insertion(+) 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