From 642b9f36a8fb9143833eecf6eba16f841d1803d8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Sep 2014 14:44:00 +0100 Subject: [PATCH] Double quotes --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 9cc923a6..0b77902c 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -384,7 +384,7 @@ function change_login_message { echo ' |\ /| o | | ' >> /etc/motd echo ' | \/ | .-. . | |.-. .-.-. ,- ' >> /etc/motd echo ' | |( ) | | | )( ) : ' >> /etc/motd - echo ' ' ' -' --' - -' -' -'-' - ' >> /etc/motd + echo " ' ' -' --' - -' -' -'-' - " >> /etc/motd fi echo '' >> /etc/motd