mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
Update rc.docker
This commit is contained in:
@@ -185,7 +185,7 @@ network(){
|
||||
}
|
||||
|
||||
ipv4_exists(){
|
||||
ip -4 -br addr show to $2 dev $1 | awk '{print $3;exit}'
|
||||
ip -4 -br addr show $2 dev $1 | awk '{print $3;exit}'
|
||||
}
|
||||
|
||||
# Is container running?
|
||||
|
||||
Reference in New Issue
Block a user