progress
This commit is contained in:
parent
c9f9d11320
commit
87e00d842d
|
@ -125,6 +125,7 @@ yesno() {
|
||||||
readin() {
|
readin() {
|
||||||
WHICH="$1"
|
WHICH="$1"
|
||||||
header "$WHICH"
|
header "$WHICH"
|
||||||
|
local -a choice
|
||||||
for i in $(find ./etc/${WHICH}/ -type f); do
|
for i in $(find ./etc/${WHICH}/ -type f); do
|
||||||
choice+=("$(basename $i)")
|
choice+=("$(basename $i)")
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user