add path to rndc

This commit is contained in:
2022-11-01 08:59:48 -04:00
parent a69fb1dbd3
commit 8339247a1e

View File

@ -54,7 +54,7 @@ if ($changecount) {
print "Installing new vhost list\n";
system("install -o bind -g bind $path /var/lib/bind/vhost.zones.9");
print "Reloading DNS files\n";
system("rndc reload");
system("/usr/sbin/rndc reload");
}
exit 0;