From 8d1b66accca613e0b79f075cda336c95be6bcf57 Mon Sep 17 00:00:00 2001 From: Marc Nause Date: Mon, 25 Aug 2014 22:47:33 +0200 Subject: Fix for http://mantis.tokeek.de/view.php?id=432 *) replaced all shebangs with more universal versions --- killYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'killYACY.sh') diff --git a/killYACY.sh b/killYACY.sh index a5db0ab42..26c10c95e 100755 --- a/killYACY.sh +++ b/killYACY.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # THIS IS ONLY FOR EMERGENCY CASES # To stop YaCy, use stopYACY.sh -- cgit v1.2.3