[sysadmin-bin] s/button-back/drawable-back on automatic_subscriptions.



commit 8b033dc15daca528bd81facf9319b953edbd42bf
Author: Andrea Veri <av gnome org>
Date:   Tue Jan 15 19:25:50 2013 +0100

    s/button-back/drawable-back on automatic_subscriptions.

 mail/automatic_subscriptions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/automatic_subscriptions b/mail/automatic_subscriptions
index 31eaac7..a3a4684 100755
--- a/mail/automatic_subscriptions
+++ b/mail/automatic_subscriptions
@@ -6,7 +6,7 @@ WORKDIR="/var/cache"
 QUERY='SELECT email from foundationmembers WHERE TO_DAYS(last_renewed_on)=To_DAYS(NOW()); SELECT email from foundationmembers WHERE TO_DAYS(first_added)=To_DAYS(NOW())'
 PASSWORD="`grep mysql_password /home/admin/secret/anonvoting | sed -r 's/^[^"]+"//;s/"[^#]+//'`"
 
-mysql -N -r -h button-back --user=anonvoting --password="$PASSWORD" -e "$QUERY" foundation > $WORKDIR/new_foundation_members
+mysql -N -r -h drawable-back --user=anonvoting --password="$PASSWORD" -e "$QUERY" foundation > $WORKDIR/new_foundation_members
 
 if [ -s "${WORKDIR}/new_foundation_members" ]; then
     cd $WORKDIR



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