Index: nodes/before-commit.sh
===================================================================
--- nodes/before-commit.sh	(revision 7291)
+++ nodes/before-commit.sh	(revision 7297)
@@ -15,5 +15,5 @@
 
 if [ $RETVAL -eq 0 ]; then
-    sh dubbelipcheck.sh
+    sh ${DIRNAME}/dubbelipcheck.sh
     if [ $? -ne 0 ]; then
         RETVAL=1
Index: nodes/dubbelipcheck.sh
===================================================================
--- nodes/dubbelipcheck.sh	(revision 7291)
+++ nodes/dubbelipcheck.sh	(revision 7297)
@@ -6,5 +6,5 @@
 #
 # Rick van der Zwet (rick@wirelessleiden.nl)
-genesis_nodes_dir="."
+genesis_nodes_dir="`dirname $0`"
 allowed_dubbel_ip="172.31.255.1 172.31.255.2"
 tmp_files="all_ips all_ips_no_double"
