From a287b4883e357ad81aac99a54704a92cc656253d Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 16:58:14 +0100 Subject: [PATCH] progress --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 600fb7d..68cd7a6 100644 --- a/main.sh +++ b/main.sh @@ -234,7 +234,7 @@ xserver() { } profile() { - for i in $(find ./etc/profile/ -type f); do + for i in $(find ./etc/profile/ -type f|sort -r); do profile+=("$(basename $i)") done if [ "${#profile[@]}" -gt "1" ]; then