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

runa at torproject.org runa at torproject.org
Tue Nov 27 20:17:08 UTC 2012


commit aa572c0ff9ddf7ca3f2500c59e50922b59d87530
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
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



More information about the tor-commits mailing list