浏览代码

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