progress
This commit is contained in:
parent
c9f9d11320
commit
87e00d842d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user