From 4712107bcc1c6866b08ddd0b29bea3b906f7192d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 5 Feb 2017 05:36:12 +0000 Subject: [PATCH] etc/profile.d/sys.sh --- etc/profile.d/sys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/sys.sh b/etc/profile.d/sys.sh index 14960365..60b93cfd 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -50,7 +50,7 @@ sys_activity() { echo if [ -e /var/log/auth.log ]; then - echo 'auth:' + echo '/var/log/auth.log:' tail -2 /var/log/auth.log | sed 's/^/ /' echo fi -- 2.47.3