Преглед изворни кода

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

Bob Mottram пре 7 година
родитељ
комит
16cf1653f2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/freedombone-controlpanel-user

+ 1
- 0
src/freedombone-controlpanel-user Прегледај датотеку

@@ -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