소스 검색

echo formatting

Bob Mottram 11 년 전
부모
커밋
628bc28d06
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      install-freedombone.sh

+ 4
- 4
install-freedombone.sh 파일 보기

@@ -39,10 +39,10 @@ function change_login_message {
39 39
   echo "|                      |              |                   " >> /etc/motd
40 40
   echo "|--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-. " >> /etc/motd
41 41
   echo "|    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-' " >> /etc/motd
42
-  echo "'    '    `--' `--' `-'`- `-' '  '  `-'`-'  `-' '  `- `--'" >> /etc/motd
43
-  echo "" >> /etc/motd
44
-  echo "                    Freedom in the Cloud" >> /etc/motd
45
-  echo "" >> /etc/motd
42
+  echo "'    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'" >> /etc/motd
43
+  echo '' >> /etc/motd
44
+  echo '                    Freedom in the Cloud' >> /etc/motd
45
+  echo '' >> /etc/motd
46 46
   echo 'change_login_message' >> $COMPLETION_FILE
47 47
 }
48 48