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))"