[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-cloud/master] Use sudo bash when running the ec2-prep.sh script, thanks john_



commit aa572c0ff9ddf7ca3f2500c59e50922b59d87530
Author: Runa A. Sandvik <runa.sandvik@xxxxxxxxx>
Date:   Tue Nov 27 20:16:52 2012 +0000

    Use sudo bash when running the ec2-prep.sh script, thanks john_
---
 rc.local |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.local b/rc.local
index 8593f96..b6c0644 100644
--- a/rc.local
+++ b/rc.local
@@ -1,5 +1,5 @@
 #!/bin/sh -e
 sudo apt-get -y update
 sudo apt-get -y upgrade
-sudo /etc/ec2-prep.sh type
+sudo bash /etc/ec2-prep.sh type
 exit 0

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits