summaryrefslogtreecommitdiffstats
path: root/settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'settings.sh')
-rw-r--r--settings.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.sh b/settings.sh
index cf4bd70..f6bd566 100644
--- a/settings.sh
+++ b/settings.sh
@@ -1,6 +1,7 @@
REPO="/root/repo"
REAL="/var/lib/bcfg2"
OLDPWD="$(pwd)"
+BINDIR="$( cd -P "$( dirname "$0" )" >/dev/null && pwd )"
error() {
echo "$@" 1>&2