mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
interfaces: PATH is not complete in dhclient-script
PR: https://forum.opnsense.org/index.php?topic=26995.0
This commit is contained in:
parent
ea3facd2db
commit
481c6f943f
@ -225,7 +225,7 @@ add_new_resolv_conf() {
|
||||
rm -f /tmp/${interface}_nameserver
|
||||
rm -f /tmp/${interface}_searchdomain
|
||||
|
||||
if [ "$(pluginctl -g system.dnsallowoverride)" != "1" ]; then
|
||||
if [ "$(/usr/local/sbin/pluginctl -g system.dnsallowoverride)" != "1" ]; then
|
||||
# prevent installing DNS information when not allowed
|
||||
return 0
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user