Bob Mottram před 10 roky
rodič
revize
628bc28d06
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      install-freedombone.sh

+ 4
- 4
install-freedombone.sh Zobrazit soubor

@@ -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