From d8a22084b608ce6d8388f3fb0001ee055d57dc17 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 14 Jun 2010 17:29:13 +0200 Subject: [PATCH] go to the right dir --- omf/export-omf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omf/export-omf.sh b/omf/export-omf.sh index a33eb01..2003228 100755 --- a/omf/export-omf.sh +++ b/omf/export-omf.sh @@ -1,7 +1,9 @@ #!/bin/bash # to be run on www.planet-lab.eu where the CERTH key was imported -DIR=/root/thierry +DIRNAME=$(dirname $0) + +cd $DIRNAME # refresh EXPORT and EXPORT.snip with the python script -- 2.47.0