[sysadmin-bin] Adjust path to the membership file
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Adjust path to the membership file
- Date: Tue, 27 Aug 2019 11:26:56 +0000 (UTC)
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]