changed prefix

This commit is contained in:
mortzu 2014-10-12 14:22:34 +02:00
parent fd7e3f00e1
commit 7a653dc6a7
1 changed files with 2 additions and 2 deletions

View File

@ -31,12 +31,12 @@
TMP_CONFIG_FILE="$(mktemp)" TMP_CONFIG_FILE="$(mktemp)"
# PID file # PID file
RUN_FILE='/run/update-dns.run' RUN_FILE='/run/update-dns-ffhb.run'
# destination zonefile directory # destination zonefile directory
DEST_DIR='/var/cache/bind' DEST_DIR='/var/cache/bind'
DEST_CONFIG_FILE="${DEST_DIR}/zones.conf" DEST_CONFIG_FILE="${DEST_DIR}/ffhb-zones.conf"
# getting workingdir of scripts # getting workingdir of scripts
WORK_DIR="$(dirname $(readlink -nf $0))" WORK_DIR="$(dirname $(readlink -nf $0))"