add path to rndc
This commit is contained in:
@ -54,7 +54,7 @@ if ($changecount) {
|
|||||||
print "Installing new vhost list\n";
|
print "Installing new vhost list\n";
|
||||||
system("install -o bind -g bind $path /var/lib/bind/vhost.zones.9");
|
system("install -o bind -g bind $path /var/lib/bind/vhost.zones.9");
|
||||||
print "Reloading DNS files\n";
|
print "Reloading DNS files\n";
|
||||||
system("rndc reload");
|
system("/usr/sbin/rndc reload");
|
||||||
}
|
}
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user