Typo
This commit is contained in:
parent
b3085eed78
commit
f817927c4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue