Punctuation

This commit is contained in:
Bob Mottram 2018-04-05 13:23:57 +01:00
parent 9ee31716b6
commit 63664097d6
1 changed files with 1 additions and 1 deletions

View File

@ -913,6 +913,6 @@ clear
# shellcheck disable=SC1090
. ~/.bashrc
cat /etc/motd
echo -e $'Type "sudo su" for root access, or "control" to restart\nthe control panel'
echo -e $'Type "sudo su" for root access, or "control" to restart\nthe control panel.'
echo ''
exit 0