Show the motd when exiting to the commandline from user control panel

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

View File

@ -912,4 +912,5 @@ menu_top_level
clear
# shellcheck disable=SC1090
. ~/.bashrc
cat /etc/motd
exit 0