[sysadmin-bin] Direclty exit without any output if no new members have been subscribed to the list.



commit add1b94cd21058a2b1514fc067751b871636facf
Author: Andrea Veri <av src gnome org>
Date:   Thu Mar 15 13:39:51 2012 +0100

    Direclty exit without any output if no new members have been subscribed to the list.

 mail/automatic_subscriptions |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/mail/automatic_subscriptions b/mail/automatic_subscriptions
index 766f791..31eaac7 100755
--- a/mail/automatic_subscriptions
+++ b/mail/automatic_subscriptions
@@ -13,7 +13,6 @@ if [ -s "${WORKDIR}/new_foundation_members" ]; then
     /usr/lib/mailman/bin/add_members -a n -r new_foundation_members foundation-announce
     rm -rf $WORKDIR/new_foundation_members
 else
-    echo "No new members to subscribe at the moment. Exiting. \n"
     exit 1
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]