[tor-commits] [tor-cloud/master] Comment out some unnecessary lines

runa at torproject.org runa at torproject.org
Sat Nov 12 16:08:14 UTC 2011


commit 88263af151ee5835f0ad33f63c69a45e278011f5
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date:   Sat Nov 12 16:06:14 2011 +0000

    Comment out some unnecessary lines
---
 ec2-prep.sh |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/ec2-prep.sh b/ec2-prep.sh
index 3caac60..a5c4ac1 100644
--- a/ec2-prep.sh
+++ b/ec2-prep.sh
@@ -184,9 +184,11 @@ fi
 
 # XXX TODO
 # Generally, we'll want to rm /var/lib/tor/* and remove all state from the system
-echo "Restarting Tor...";
-/etc/init.d/tor restart
-sudo update-rc.d tor enable
-echo "echo 'Tor Cloud Starting...'" > /etc/ec2-prep.sh
-
-sudo reboot
+#echo "Restarting Tor...";
+#/etc/init.d/tor restart
+#sudo update-rc.d tor enable
+#echo "echo 'Tor Cloud Starting...'" > /etc/ec2-prep.sh
+
+# We're done; tell the user and then reboot the system
+echo "Done configuring the system, will reboot"
+reboot





More information about the tor-commits mailing list