This commit is contained in:
teldra 2022-02-08 16:59:29 +01:00
parent 43f30e002e
commit f8e8b6480e
1 changed files with 1 additions and 1 deletions

View File

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