commit 1a3d07d0aff8c0cf6a36deda112ed8608d416ad0 Author: Runa A. Sandvik runa.sandvik@gmail.com Date: Sat Nov 12 16:26:10 2011 +0000
Maybe those lines were necessary after all... --- ec2-prep.sh | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/ec2-prep.sh b/ec2-prep.sh index a5c4ac1..8a436c4 100644 --- a/ec2-prep.sh +++ b/ec2-prep.sh @@ -184,10 +184,9 @@ 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 +echo "Restarting Tor..."; +/etc/init.d/tor restart +update-rc.d tor enable
# We're done; tell the user and then reboot the system echo "Done configuring the system, will reboot"
tor-commits@lists.torproject.org