瀏覽代碼

Basic instructions in user terminal

Bob Mottram 7 年之前
父節點
當前提交
9ee31716b6
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone-controlpanel-user

+ 2
- 0
src/freedombone-controlpanel-user 查看文件

@@ -913,4 +913,6 @@ clear
913 913
 # shellcheck disable=SC1090
914 914
 . ~/.bashrc
915 915
 cat /etc/motd
916
+echo -e $'Type "sudo su" for root access, or "control" to restart\nthe control panel'
917
+echo ''
916 918
 exit 0