Ver código fonte

Basic instructions in user terminal

Bob Mottram 7 anos atrás
pai
commit
9ee31716b6
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      src/freedombone-controlpanel-user

+ 2
- 0
src/freedombone-controlpanel-user Ver arquivo

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