We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637377c commit 3020130Copy full SHA for 3020130
src/.env_vars
@@ -1,4 +1,4 @@
1
#!/usr/bin/env
2
3
# Exports the current bridge network IP address
4
-export BRIDGE_NETWORK_IP=$(ip route | awk '/br-/ { print $7 }')
+export BRIDGE_NETWORK_IP=$(ip route | awk '/br-/ { print $7 }' | head -n 1)
0 commit comments