Skip to content

Commit b19173e

Browse files
author
A. Täffner
committed
Test was successful.
1 parent 22a8525 commit b19173e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ public function configure_bind() {
15171517
$this->process_bind_file('dnssec-autopickup.sh', '/server/scripts/');
15181518
$this->process_bind_file('dnssec-autocreate.sh', '/server/scripts/');
15191519
$this->process_bind_file('dnssec-config.sh', '/server/scripts/');
1520-
$this->process_bind_file('named.conf.options', $conf['bind']['bind_zonefiles_dir']);
1520+
$this->process_bind_file('named.conf.options', '/etc/bind/', true); //TODO replace hardcoded path
15211521
}
15221522

15231523

0 commit comments

Comments
 (0)