Compare commits

..

No commits in common. "v1_0" and "1.0.0rc1" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# exit script when command fails
set -e
export DNSSCRIPT_VERSION="1.0.0rc2"
export DNSSCRIPT_VERSION="1.0.0rc1"
. /etc/ffdns/community.conf
. /etc/ffdns/local.conf
@ -39,8 +39,6 @@ ForwardZones="$MasterDomain""/""$ZoneFilesFolder""db.""$FirstInternalView"".""$M
SetupCache
flock -n "$DNSSCRIPT_TEMP_FOLDER""script.lock" -c :
CachedMasterFile="$DNSSCRIPT_TEMP_FOLDER""cache/db.""$MasterDomain"
PreFetchMasterSerial="$(GetZoneFileSerial "$CachedMasterFile")"
GetMasterFile