Basic instructions in user terminal

This commit is contained in:
Bob Mottram 2018-04-05 13:21:31 +01:00
parent 16cf1653f2
commit 9ee31716b6
1 changed files with 2 additions and 0 deletions

View File

@ -913,4 +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 ''
exit 0