Browse Source

Punctuation

Bob Mottram 7 years ago
parent
commit
63664097d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel-user View 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