summaryrefslogtreecommitdiffstats
path: root/renew-config
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-10-04 04:01:20 +0200
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-10-04 04:06:04 +0200
commitf77f0fef7182a9757ad26091967a4e19039043ec (patch)
treeea485ee62be0fbf730b809fe79db7d527323df8c /renew-config
parent166b49bec5c861d2854d198e9421faad88cc3849 (diff)
downloadbcfg2-tools-master.tar.gz
bcfg2-tools-master.tar.bz2
bcfg2-tools-master.zip
Support to execute scripts without /root/bin in PATHHEADmaster
Diffstat (limited to 'renew-config')
-rwxr-xr-xrenew-config2
1 files changed, 1 insertions, 1 deletions
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