summaryrefslogtreecommitdiff
path: root/bin/down.sh
diff options
context:
space:
mode:
authorMarc Nause <marc.nause@audioattack.de>2014-08-25 22:47:33 +0200
committerMarc Nause <marc.nause@audioattack.de>2014-08-25 22:47:33 +0200
commit8d1b66accca613e0b79f075cda336c95be6bcf57 (patch)
treed05960f01220361d229a23ddbf581f3bcff48d53 /bin/down.sh
parent1fdcc2d67b90a584877670db2a1174bbe13b04ca (diff)
Fix for http://mantis.tokeek.de/view.php?id=432
*) replaced all shebangs with more universal versions
Diffstat (limited to 'bin/down.sh')
-rwxr-xr-xbin/down.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/down.sh b/bin/down.sh
index 377169851..787351bfe 100755
--- a/bin/down.sh
+++ b/bin/down.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cd "`dirname $0`"
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
if which curl &>/dev/null; then