changed prefix

This commit is contained in:
Moritz Kaspar Rudert (mortzu) 2014-10-12 14:22:34 +02:00
parent 1bf9b6f787
commit 7d9a5bfc30
1 changed files with 2 additions and 2 deletions

View File

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