Merge branch 'stable-3.1' of github.com:AlternC/AlternC into stable-3.1

This commit is contained in:
Benjamin Sonntag 2017-10-08 16:39:40 +02:00
commit 18888645a9
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ dns_named_conf() {
# (the zone file is already created and populated)
$RNDC reconfig
# Hook it !
run-parts --arg=dns_reconfig /usr/lib/alternc/reload.d
run-parts --arg=dns_reconfig --arg="$domain" /usr/lib/alternc/reload.d
fi
}
@ -104,7 +104,7 @@ dns_delete() {
# Ask the dns server for restart
$RNDC reconfig
# Hook it !
run-parts --arg=dns_reconfig /usr/lib/alternc/reload.d
run-parts --arg=dns_reconfig --arg="$domain" /usr/lib/alternc/reload.d
}
# DNS regenerate