progress
This commit is contained in:
parent
43f30e002e
commit
f8e8b6480e
|
@ -128,7 +128,7 @@ readin() {
|
|||
WHICH="$1"
|
||||
header "$WHICH"
|
||||
local -a choice
|
||||
for i in $(find ./etc/${WHICH}/ -type f); do
|
||||
for i in $(find ./etc/${WHICH}/ -type f | sort); do
|
||||
choice+=("$(basename $i)")
|
||||
done
|
||||
if [ "${#choice[@]}" -gt "1" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user