From f77f0fef7182a9757ad26091967a4e19039043ec Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 4 Oct 2016 04:01:20 +0200 Subject: Support to execute scripts without /root/bin in PATH --- renew-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'renew-config') diff --git a/renew-config b/renew-config index 5ed1b2d..7544e50 100755 --- a/renew-config +++ b/renew-config @@ -1,6 +1,6 @@ #!/bin/sh -. settings.sh +. $(dirname $0)/settings.sh echo "Checking repository. Please wait..." cd "$REPO" >/dev/null -- cgit v1.2.3-1-g7c22