commit b66cfa3b514843bd06c2ffd51bee0daa69ca2f83 Author: anadahz anadahz@github Date: Fri Aug 30 03:48:39 2013 +0200
Fix wrong path of sample configuration file. --- setup-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh index af26929..8852702 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -522,7 +522,7 @@ case $DISTRO_VERSION in echo "" echo "You should also be sure to edit your configuration appropriately by doing:" echo "" - echo "cp /usr/share/ooni/ooniprobe.conf.sample ~/.ooni/ooniprobe.conf" + echo "cp ${DIR}/data/ooniprobe.conf.sample ~/.ooni/ooniprobe.conf" echo ""