This commit is contained in:
Philippe Pittoli 2025-07-29 16:58:23 +02:00
parent b3085eed78
commit f817927c4d

View file

@ -12,7 +12,7 @@ test_domain_validity() {
local_update() {
echo "update domain $1"
# Simulate what is done with dnsmanagerd to avoir file corruption.
# Simulate what is done with dnsmanagerd to avoid file corruption.
cp $DNSMANDIR/$1 $PDNSDIR/$1.wip
mv $PDNSDIR/$1.wip $PDNSDIR/$1
}