Make mailbox installs visually distinct
This commit is contained in:
parent
a597b29dd3
commit
32001094c8
|
@ -139,6 +139,14 @@ function change_login_message {
|
|||
echo "|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. " >> /etc/motd
|
||||
echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " >> /etc/motd
|
||||
echo "' ' --' --' -' - -' ' ' -' -' -' ' - --'" >> /etc/motd
|
||||
|
||||
if [[ $SYSTEM_TYPE == "email" || $SYSTEM_TYPE == "mailbox" ]]; then
|
||||
echo ' . . . . ' >> /etc/motd
|
||||
echo ' |\ /| o | | ' >> /etc/motd
|
||||
echo ' | \/ | .-. . | |.-. .-.-. ,- ' >> /etc/motd
|
||||
echo ' | |( ) | | | )( ) : ' >> /etc/motd
|
||||
echo ' ' ' `-' --' - -' -' `-'-' `- ' >> /etc/motd
|
||||
fi
|
||||
echo '' >> /etc/motd
|
||||
echo ' Freedom in the Cloud' >> /etc/motd
|
||||
echo '' >> /etc/motd
|
||||
|
|
Loading…
Reference in New Issue