From 628bc28d068b7088bf9272417ac36b7c20148939 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Sep 2014 13:07:10 +0100 Subject: [PATCH] echo formatting --- install-freedombone.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index dd649848..fed65633 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -39,10 +39,10 @@ function change_login_message { echo "| | | " >> /etc/motd echo "|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. " >> /etc/motd echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " >> /etc/motd - echo "' ' `--' `--' `-'`- `-' ' ' `-'`-' `-' ' `- `--'" >> /etc/motd - echo "" >> /etc/motd - echo " Freedom in the Cloud" >> /etc/motd - echo "" >> /etc/motd + echo "' ' --' --' -' - -' ' ' -' -' -' ' - --'" >> /etc/motd + echo '' >> /etc/motd + echo ' Freedom in the Cloud' >> /etc/motd + echo '' >> /etc/motd echo 'change_login_message' >> $COMPLETION_FILE }