Browse Source

More central

Bob Mottram 10 years ago
parent
commit
2b8a7480d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

@@ -77,7 +77,7 @@ function change_login_message {
77 77
   echo "|    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-' " >> /etc/motd
78 78
   echo "'    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'" >> /etc/motd
79 79
   echo '' >> /etc/motd
80
-  echo '                    Freedom in the Cloud' >> /etc/motd
80
+  echo '                   Freedom in the Cloud' >> /etc/motd
81 81
   echo '' >> /etc/motd
82 82
   echo 'change_login_message' >> $COMPLETION_FILE
83 83
 }