From 7a653dc6a7afe4785e963f663f2588066bd22ed9 Mon Sep 17 00:00:00 2001 From: mortzu Date: Sun, 12 Oct 2014 14:22:34 +0200 Subject: [PATCH] changed prefix --- update-dns.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-dns.sh b/update-dns.sh index dd9058c..4e9c8c6 100755 --- a/update-dns.sh +++ b/update-dns.sh @@ -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))"