summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2020-07-05 19:58:33 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2020-07-05 19:58:33 +0200
commit604afc7a9e08220327033016321382af024d3e85 (patch)
treea393b2b7a30fb9473d2c16c4c72c12001154db3b
parent869409546f6442d7d7fbf51df8a2b19c2f6a1dc6 (diff)
downloadplaybooks-ansible-604afc7a9e08220327033016321382af024d3e85.tar.gz
playbooks-ansible-604afc7a9e08220327033016321382af024d3e85.tar.xz
playbooks-ansible-604afc7a9e08220327033016321382af024d3e85.zip
the serial in the original dns zone file will be updated by another script for better management
-rwxr-xr-xbin/dnssec-sign.sh2
1 files changed, 1 insertions, 1 deletions
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