瀏覽代碼

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