summaryrefslogtreecommitdiff
path: root/bin/up.sh
diff options
context:
space:
mode:
authorMarc Nause <marc.nause@audioattack.de>2015-02-23 22:54:49 +0100
committerMarc Nause <marc.nause@audioattack.de>2015-02-23 22:54:49 +0100
commit53e4ae65d0bca0ff8fb6b2a766742de87d1691d6 (patch)
tree17b1eef9b2affe32d235b6636df32b7f8d2ed4fe /bin/up.sh
parentba276d3e64f95cce4c44dafcc3fe5d3352057484 (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-xbin/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh
index 895a0ea35..c0bbf41de 100755
--- a/bin/up.sh
+++ b/bin/up.sh
@@ -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}';