[sysadmin-bin] Adjust path to the membership file



commit d58b0cd01387f1506f24bedbb4f5b2b930224ad1
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 27 13:26:54 2019 +0200

    Adjust path to the membership file

 membership/foundation-operations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index 489d7ae..d483c88 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -132,7 +132,7 @@ def generate_membership_list():
 
     if len(memberslist) > 0:
         import codecs
-        membershipfile = codecs.open('/var/www/html/foundation/membershiplist', 'w', 'utf8')
+        membershipfile = codecs.open('/srv/http/www.gnome.org/html/membership/memberslist', 'w', 'utf8')
         membershipfile.write(memberslist)
         membershipfile.close()
 


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