This commit is contained in:
teldra 2022-02-07 18:19:25 +01:00
parent c9f9d11320
commit 87e00d842d
1 changed files with 1 additions and 0 deletions

View File

@ -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