From: Stefan Reimer Date: Sat, 25 Jul 2015 01:17:04 +0000 (+0000) Subject: Add missing echo to output the result. X-Git-Tag: 044~130^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F85%2Fhead;p=thirdparty%2Fdracut.git 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. --- diff --git a/modules.d/40network/net-lib.sh b/modules.d/40network/net-lib.sh index 6c739e8ea..68bc09524 100755 --- a/modules.d/40network/net-lib.sh +++ b/modules.d/40network/net-lib.sh @@ -5,6 +5,7 @@ get_ip() { ip=$(ip -o -f inet addr show $iface) ip=${ip%%/*} ip=${ip##* } + echo $ip } iface_for_remote_addr() {