Bob Mottram 7 anni fa
parent
commit
63664097d6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel-user Vedi File

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'
916
+echo -e $'Type "sudo su" for root access, or "control" to restart\nthe control panel.'
917
 echo ''
917
 echo ''
918
 exit 0
918
 exit 0