mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
point to correct path for nsupdate
This commit is contained in:
parent
cc4a5388fe
commit
42cf9c5cb8
@ -934,7 +934,7 @@ EOD;
|
||||
fclose($fd);
|
||||
|
||||
/* invoke nsupdate */
|
||||
$cmd = "/usr/sbin/nsupdate -k {$g['varetc_path']}/K{$keyname}+157+00000.key";
|
||||
$cmd = "/usr/bin/nsupdate -k {$g['varetc_path']}/K{$keyname}+157+00000.key";
|
||||
if (isset($config['dnsupdate']['usetcp']))
|
||||
$cmd .= " -v";
|
||||
$cmd .= " {$g['varetc_path']}/nsupdatecmds";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user