From: Christian Weiske Date: Sun, 9 Dec 2012 19:58:13 +0000 (+0100) Subject: fix xsl bug X-Git-Url: https://git.cweiske.de/munin-heatpump.git/commitdiff_plain/175925a58c3e54f0ca22df836b056ae88ed72c84 fix xsl bug --- diff --git a/heatpump-dimplex-wpm_ b/heatpump-dimplex-wpm_ index 169fd76..77dfaad 100755 --- a/heatpump-dimplex-wpm_ +++ b/heatpump-dimplex-wpm_ @@ -111,7 +111,7 @@ fi xslfile=paths.xsl if [ ! -f "$xslfile" ]; then shell="`readlink -f "$0"`" - path="`dirname "$0"`" + path="`dirname "$shell"`" xslfile="$path/paths.xsl" if [ ! -f "$xslfile" ]; then echo 'Could not find paths.xsl'