
commit b76c6948a6e0dde032203c877e5b0aceb740b6a5 Author: Jacob Appelbaum <jacob@appelbaum.net> Date: Mon Feb 25 23:46:46 2013 -0800 add mkdir --- setup-dependencies.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/setup-dependencies.sh b/setup-dependencies.sh index 863fbe1..c3de789 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -55,6 +55,8 @@ if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then ln -s `pwd` ~/ooni-probe; echo "Adding a default ooniprobe.conf file..."; cp -v ooniprobe.conf.sample ooniprobe.conf + echo "Creating reports/ directory to store output from ooniprobe..."; + mkdir `pwd`/reports/ # Allow ooniprobe to run, if all above went well, we hope! export PYTHONPATH=$PYTHONPATH:"`pwd`";