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/clearapi.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/clearapi.sh')
| -rwxr-xr-x | bin/clearapi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clearapi.sh b/bin/clearapi.sh index fe3554e12..b6af756c8 100755 --- a/bin/clearapi.sh +++ b/bin/clearapi.sh @@ -1,3 +1,3 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh cd "`dirname $0`" ./apicall.sh "/Tables_p.html?table=api&deletetable=all" > /dev/null
\ No newline at end of file |
