[tor-commits] [ooni-probe/master] Fix bug in vagrantfile

art at torproject.org art at torproject.org
Fri Jan 3 13:29:42 UTC 2014


commit 4ab74177230d646131e8dda125d6fb7cf5a540f8
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Dec 27 12:18:55 2013 +0100

    Fix bug in vagrantfile
---
 Vagrantfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 76ce70c..a4e9fbe 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -25,7 +25,7 @@ make geoip 2>&1 > /dev/null
 mkdir -p ~/.ooni
 cp /usr/share/ooni/ooniprobe.conf.sample ~/.ooni/ooniprobe.conf
 
-cd /ooni/inputs/
+cd /usr/share/ooni/inputs
 make lists 2>&1 > /dev/null
 
 # https://code.google.com/p/pypcap/issues/detail?id=27





More information about the tor-commits mailing list