mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 19:20:06 -06:00
Update rc.library.source
This commit is contained in:
@@ -97,10 +97,10 @@ add_name(){
|
||||
done
|
||||
for NET in $exclude_interfaces; do
|
||||
if $(isname $NET); then
|
||||
# NET is an interface name, remove
|
||||
# NET is an interface name
|
||||
remove "$NET"
|
||||
else
|
||||
# NET is an IP address, convert to name and remove
|
||||
# NET is an IP address, convert to name
|
||||
remove "$(show $NET)"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user