Browse Source

Add missing echo to output the result.

Only place this function is currently called seems from line 28 in modules.d/95nfs/nfs-lib.sh. Bug fix.
master
Stefan Reimer 10 years ago
parent
commit
c1c96f2c47
  1. 1
      modules.d/40network/net-lib.sh

1
modules.d/40network/net-lib.sh

@ -5,6 +5,7 @@ get_ip() { @@ -5,6 +5,7 @@ get_ip() {
ip=$(ip -o -f inet addr show $iface)
ip=${ip%%/*}
ip=${ip##* }
echo $ip
}

iface_for_remote_addr() {

Loading…
Cancel
Save