mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Update rc.docker
This commit is contained in:
+1
-1
@@ -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