mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 10:10:05 -06:00
Update rc.library.source
This commit is contained in:
@@ -91,7 +91,7 @@ extra_name() {
|
||||
else
|
||||
# net is an IP address, convert to name
|
||||
net=$(show $net)
|
||||
[[ -n $net && -z $(good $net) ]] && bind+=($net)
|
||||
[[ $CALLER != ntp && -n $net && -z $(good $net) ]] && bind+=($net)
|
||||
fi
|
||||
done
|
||||
for net in $exclude_interfaces; do
|
||||
|
||||
Reference in New Issue
Block a user