From 604afc7a9e08220327033016321382af024d3e85 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Sun, 5 Jul 2020 19:58:33 +0200 Subject: the serial in the original dns zone file will be updated by another script for better management --- bin/dnssec-sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dnssec-sign.sh b/bin/dnssec-sign.sh index 3a88eed..1b30ab1 100755 --- a/bin/dnssec-sign.sh +++ b/bin/dnssec-sign.sh @@ -155,7 +155,7 @@ function sign { # mise à jour du serial echo -e "$INFO updating serial..." - for j in $TMPZONEFILE $ZONEFILE + for j in $TMPZONEFILE do sed -i 's/'$SERIAL'/'$NEWSERIAL'/' $j done -- cgit