This commit is contained in:
teldra 2022-02-07 17:23:22 +01:00
parent b43f701f1e
commit 60c967902b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ base() {
}
profile() {
for i in $(find ./etc/profile/ -type f|sort -r); do
for i in $(find ./etc/profile/ -type f|sort); do
profile+=("$(basename $i)")
done
if [ "${#profile[@]}" -gt "1" ]; then