Browse Source

Basic instructions in user terminal

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

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

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