[tor-commits] [ooni-probe/master] Add default config file

ioerror at torproject.org ioerror at torproject.org
Tue Feb 26 07:41:08 UTC 2013


commit 84c7b36894283b013917266249d1ad03dd3e0936
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Mon Feb 25 23:39:10 2013 -0800

    Add default config file
---
 setup-dependencies.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index b6359ae..863fbe1 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -53,6 +53,8 @@ if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then
 
   echo "Adding a symlink to your ooni-probe source code checkout...";
   ln -s `pwd` ~/ooni-probe;
+  echo "Adding a default ooniprobe.conf file...";
+  cp -v ooniprobe.conf.sample ooniprobe.conf
 
   # Allow ooniprobe to run, if all above went well, we hope!
   export PYTHONPATH=$PYTHONPATH:"`pwd`";



More information about the tor-commits mailing list