Fix layout of motd

This commit is contained in:
Anthony Rose 2022-08-19 16:06:06 +01:00
parent ef143c2bf4
commit 4a0efed1e0

View file

@ -233,7 +233,7 @@ usermotd () {
export _acp_motd_shown=1
# OS (kernel) name and version in reverse video.
printf "\033[7m"; uname -sr; printf "\033[0m"
printf "\033[7m$(uname -sr)\033[0m\n"
# Distro name and version on Linux and macOS.
if [ -r /etc/os-release ]