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
|
case $- in
|
||||||
*i*)
|
*i*)
|
||||||
# Shell is interactive
|
# 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"
|
printf "\033[7m"
|
||||||
uname -sr
|
uname -sr
|
||||||
printf "\033[0m"
|
printf "\033[0m"
|
||||||
|
|
Loading…
Reference in a new issue