progress
This commit is contained in:
parent
43f30e002e
commit
f8e8b6480e
|
@ -128,7 +128,7 @@ readin() {
|
||||||
WHICH="$1"
|
WHICH="$1"
|
||||||
header "$WHICH"
|
header "$WHICH"
|
||||||
local -a choice
|
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)")
|
choice+=("$(basename $i)")
|
||||||
done
|
done
|
||||||
if [ "${#choice[@]}" -gt "1" ]; then
|
if [ "${#choice[@]}" -gt "1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user