summaryrefslogtreecommitdiffstats
path: root/settings.sh
blob: f6bd566ba62012528c11f8f458bd8d38842512dd (plain)
1
2
3
4
5
6
7
8
9
10
REPO="/root/repo"
REAL="/var/lib/bcfg2"
OLDPWD="$(pwd)"
BINDIR="$( cd -P "$( dirname "$0" )" >/dev/null && pwd )"

error() {
    echo "$@" 1>&2
    cd "$OLDPWD" >/dev/null
    exit 1
}