mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
Update error_interfaces
This commit is contained in:
@@ -12,4 +12,4 @@ while IFS='\n' read -r net; do
|
||||
[[ -n $net6 ]] && nets+=("$net6 = $net;")
|
||||
done <<< $(ip -br -6 addr|awk '/^(br|bond|eth|wg)[0-9]+(\.[0-9]+)?/ && $3 !~ "^fe80" {print $3}'|uniq -d)
|
||||
|
||||
echo "<i class='fa fa-warning' style='margin-right:8px'></i>${nets[@]}"|sed 's/;$//'
|
||||
[[ -n $nets ]] && echo "<i class='fa fa-warning' style='margin-right:8px'></i>${nets[@]}"|sed 's/;$//'
|
||||
|
||||
Reference in New Issue
Block a user