From 359ec4da069bf3b6d974a2fdef33553b9191cc9a Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 10 May 2014 22:57:02 +0200 Subject: [PATCH] Fixed CONFIG file location. --- notify-nma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-nma.sh b/notify-nma.sh index ddf4385..5c47183 100755 --- a/notify-nma.sh +++ b/notify-nma.sh @@ -7,7 +7,7 @@ fi HERE=`dirname $0` -. $0/CONFIG +. $HERE/CONFIG SEDSCRIPT=$HERE/urlencode.sed