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.
2 parents c67faeb + 28e5836 commit bb6e9a9Copy full SHA for bb6e9a9
xsos
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# xsos v0.7.12 last mod 2017/10/11
+# xsos v0.7.13 last mod 2017/10/11
3
# Latest version at <http://github.com/ryran/xsos>
4
# RPM packages available at <http://people.redhat.com/rsawhill/rpms>
5
# Copyright 2012-2016 Ryan Sawhill Aroha <[email protected]>
@@ -2218,7 +2218,7 @@ IPADDR() {
2218
# If localhost, use ip addr
2219
if [[ -z $1 ]]; then
2220
ip_a_input=$(ip a)
2221
- brctl_show_input=$(brctl show)
+ brctl_show_input=$(brctl show 2>/dev/null)
2222
# If passed a file (i.e. xsos --I <file>), use that
2223
elif [[ -f $1 ]]; then
2224
ip_a_input=$(<"${1}")
0 commit comments