Kaynağa Gözat

Basic instructions in user terminal

Bob Mottram 7 yıl önce
ebeveyn
işleme
9ee31716b6
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/freedombone-controlpanel-user

+ 2
- 0
src/freedombone-controlpanel-user Dosyayı Görüntüle

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