Redirections

This commit is contained in:
Bob Mottram 2014-09-27 19:51:45 +01:00
parent e6385c76a0
commit 97e85c77ca
1 changed files with 5 additions and 5 deletions

View File

@ -244,11 +244,11 @@ function change_login_message {
echo "' ' --' --' -' - -' ' ' -' -' -' ' - --'" >> /etc/motd
if [[ $SYSTEM_TYPE == "$VARIANT_MEDIA" ]]; then
echo ' . . . '
echo ' |\ /| | o '
echo " | \/ | .-. .-.| . .-. "
echo " | |(.-'( | | ( ) "
echo " ' ' --' -' --' - -' - "
echo ' . . . ' >> /etc/motd
echo ' |\ /| | o ' >> /etc/motd
echo " | \/ | .-. .-.| . .-. " >> /etc/motd
echo " | |(.-'( | | ( ) " >> /etc/motd
echo " ' ' --' -' --' - -' - " >> /etc/motd
fi
if [[ $SYSTEM_TYPE == "$VARIANT_WRITER" ]]; then