Selaa lähdekoodia

Instructions on how to subscribe to the mailing list

Bob Mottram 10 vuotta sitten
vanhempi
commit
b9a325ec79
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6
    0
      install-freedombone.sh

+ 6
- 0
install-freedombone.sh Näytä tiedosto

@@ -1769,6 +1769,12 @@ function create_public_mailing_list {
1769 1769
   update-exim4.conf
1770 1770
   service exim4 restart
1771 1771
 
1772
+  if grep -q "$PUBLIC_MAILING_LIST mailing list" /home/$MY_USERNAME/README; then
1773
+      echo '' >> /home/$MY_USERNAME/README
1774
+      echo "To subscribe to the $PUBLIC_MAILING_LIST mailing list send a" >> /home/$MY_USERNAME/README
1775
+      echo "cleartext email to $PUBLIC_MAILING_LIST+subscribe@$DOMAIN_NAME" >> /home/$MY_USERNAME/README
1776
+  fi
1777
+
1772 1778
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1773 1779
 
1774 1780
   echo 'create_public_mailing_list' >> $COMPLETION_FILE