[tor-commits] [tor-cloud/master] update more parts of the build script

runa at torproject.org runa at torproject.org
Tue Aug 28 00:43:56 UTC 2012


commit 2526fe7b6931ef2483af94b4f0befd07952a2184
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date:   Tue Aug 28 01:43:36 2012 +0100

    update more parts of the build script
---
 ec2-prep.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ec2-prep.sh b/ec2-prep.sh
index 3f5b615..344cf7f 100644
--- a/ec2-prep.sh
+++ b/ec2-prep.sh
@@ -93,13 +93,13 @@ EOF
 case "$CONFIG" in
    "bridge" ) echo "selecting $CONFIG config...";;
    "privatebridge" ) echo "selecting $CONFIG config...";;
-   "middlerelay" ) echo "selecting $CONFIG config...";;
+   "blockingdiagnostics" ) echo "selecting $CONFIG config...";;
    * )
 echo "You did not select a proper configuration: $CONFIG";
 echo "Please try the following examples: ";
 echo "$0 bridge";
 echo "$0 privatebridge";
-echo "$0 middlerelay";
+echo "$0 blockingdiagnostics";
 exit 2;
     ;;
 esac



More information about the tor-commits mailing list