This commit is contained in:
Bob Mottram 2014-09-21 21:01:18 +01:00
parent 4e4cb30def
commit abadcc3a11
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function change_login_message {
echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " >> /etc/motd
echo "' ' --' --' -' - -' ' ' -' -' -' ' - --'" >> /etc/motd
echo '' >> /etc/motd
echo ' Freedom in the Cloud' >> /etc/motd
echo ' Freedom in the Cloud' >> /etc/motd
echo '' >> /etc/motd
echo 'change_login_message' >> $COMPLETION_FILE
}