diff options
-rw-r--r-- | files/post-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/post-functions.sh b/files/post-functions.sh index 64bc005..1d9f1ee 100644 --- a/files/post-functions.sh +++ b/files/post-functions.sh @@ -139,7 +139,7 @@ looknew() { -not -name "group.new" \ -not -name "passwd.new" \ -not -name "shadow.new" \ - -not -name "gshadow.new" 2>/dev/null) + -not -name "gshadow.new" 2>/dev/null | sort 2>/dev/null) if [ "$FILES" != "" ]; then echo -e "\n\ Some packages had new configuration files installed. |