diff options
| author | Marc Nause <marc.nause@audioattack.de> | 2015-02-23 22:54:49 +0100 |
|---|---|---|
| committer | Marc Nause <marc.nause@audioattack.de> | 2015-02-23 22:54:49 +0100 |
| commit | 53e4ae65d0bca0ff8fb6b2a766742de87d1691d6 (patch) | |
| tree | 17b1eef9b2affe32d235b6636df32b7f8d2ed4fe /bin/up.sh | |
| parent | ba276d3e64f95cce4c44dafcc3fe5d3352057484 (diff) | |
Changes to improve compatibility with OpenBSD. (see
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
Diffstat (limited to 'bin/up.sh')
| -rwxr-xr-x | bin/up.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh cd "`dirname $0`" ./apicall.sh "/Network.xml?page=1&ip=" | awk '/<address>/{ gsub("<address>","" );gsub("<\/address>","" ); print $0 }' | awk '{print $1}'; |
