From aea5ad970cd027d2c2c5389224df72e6f4e71386 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 25 Nov 2019 13:33:47 +0000 Subject: [PATCH] Ignore motd (handled by OS) --- roles/home-cli/files/shrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 6fea3ed..d9adff4 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -222,11 +222,6 @@ fi case $- in *i*) # Shell is interactive - if ! test -f .hushlogin && test -r /etc/motd; then - echo "---- BEGIN MOTD ----" - cat /etc/motd - echo "----- END MOTD -----" - fi printf "\033[7m" uname -sr printf "\033[0m"