Browse Source

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

Bob Mottram 7 years ago
parent
commit
16cf1653f2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-controlpanel-user

+ 1
- 0
src/freedombone-controlpanel-user View File

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