Browse Source

Call it a mailbox

Bob Mottram 10 years ago
parent
commit
a7bad1850c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

1201
 }
1201
 }
1202
 
1202
 
1203
 function import_email {
1203
 function import_email {
1204
-  EMAIL_COMPLETE_MSG='  *** Freedombone email system installation is complete ***'
1204
+  EMAIL_COMPLETE_MSG='  *** Freedombone mailbox installation is complete ***'
1205
   if grep -Fxq "import_email" $COMPLETION_FILE; then
1205
   if grep -Fxq "import_email" $COMPLETION_FILE; then
1206
       if [[ $SYSTEM_TYPE == "email" || $SYSTEM_TYPE == "mailbox" ]]; then
1206
       if [[ $SYSTEM_TYPE == "email" || $SYSTEM_TYPE == "mailbox" ]]; then
1207
           echo $EMAIL_COMPLETE_MSG
1207
           echo $EMAIL_COMPLETE_MSG