[tor-commits] [tor-cloud/master] arm wants ExitPolicy and not Exitpolicy, make arm happy

runa at torproject.org runa at torproject.org
Mon Jan 16 16:34:29 UTC 2012


commit ee0bb90ab3a7c83e0e04e2c5f6985a10c4f86fb1
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date:   Mon Jan 16 16:34:25 2012 +0000

    arm wants ExitPolicy and not Exitpolicy, make arm happy
---
 ec2-prep.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ec2-prep.sh b/ec2-prep.sh
index 555347b..8c5f25a 100644
--- a/ec2-prep.sh
+++ b/ec2-prep.sh
@@ -257,7 +257,7 @@ AccountingMax 10 GB
 
 # Running a bridge relay just passes data to and from the Tor network --
 # so it shouldn't expose the operator to abuse complaints.
-Exitpolicy reject *:*
+ExitPolicy reject *:*
 EOF
 fi
 



More information about the tor-commits mailing list