mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 08:59:01 -06:00
rc.library: read IP addresses directly from interfaces instead of file
This commit is contained in:
@@ -44,10 +44,6 @@ scan() {
|
||||
grep -Pom1 "^$1=\"?\K[^\"]+" $2
|
||||
}
|
||||
|
||||
link() {
|
||||
grep -Pom1 "^$1=\"\K[^\"]+" $NETWORK_INI.eth
|
||||
}
|
||||
|
||||
good() {
|
||||
data=;
|
||||
for i in ${!bind[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user