echo formatting

This commit is contained in:
Bob Mottram 2014-09-21 13:07:10 +01:00
parent f3ced59182
commit 628bc28d06
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ function change_login_message {
echo "| | | " >> /etc/motd echo "| | | " >> /etc/motd
echo "|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. " >> /etc/motd echo "|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. " >> /etc/motd
echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " >> /etc/motd echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " >> /etc/motd
echo "' ' `--' `--' `-'`- `-' ' ' `-'`-' `-' ' `- `--'" >> /etc/motd 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 '' >> /etc/motd
echo 'change_login_message' >> $COMPLETION_FILE echo 'change_login_message' >> $COMPLETION_FILE
} }