Ignore motd (handled by OS)
This commit is contained in:
parent
ebb48f5b8b
commit
aea5ad970c
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue