diff options
author | makefu <github@syntax-fehler.de> | 2014-04-02 04:09:39 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-02 04:09:39 +0200 |
commit | be52c4f2fa00ff0f0a4049931c7931a44846476a (patch) | |
tree | b913ce684793386cff10c665944628787865f9be /filehooker/root-image/krebs/etc/Reaktor/commands/ips | |
parent | 7515ca585d1cbf2df269bfd46017fe513dbb848c (diff) |
add bonusfeatures to reaktor
Diffstat (limited to 'filehooker/root-image/krebs/etc/Reaktor/commands/ips')
-rwxr-xr-x | filehooker/root-image/krebs/etc/Reaktor/commands/ips | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/filehooker/root-image/krebs/etc/Reaktor/commands/ips b/filehooker/root-image/krebs/etc/Reaktor/commands/ips index 049d0a9d..17c39658 100755 --- a/filehooker/root-image/krebs/etc/Reaktor/commands/ips +++ b/filehooker/root-image/krebs/etc/Reaktor/commands/ips @@ -1,3 +1,2 @@ #!/bin/sh -ip addr | grep 'inet ' | awk '{print $2}' | grep -v 127.0.0.1 - +ip addr | grep 'inet ' | awk '{print $2}' | grep -v 127.0.0.1 | grep . |