From fdfd558e57f36135c77f79d3e7337f53f6a83a54 Mon Sep 17 00:00:00 2001 From: jwarnier <jwarnier@ispconfig3> Date: Mon, 09 Aug 2010 17:18:19 -0400 Subject: [PATCH] Change shebang from explicit /bin/bash to /bin/sh --- server/server.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/server.sh b/server/server.sh index 5f8cc06..df844bc 100644 --- a/server/server.sh +++ b/server/server.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin . /etc/profile -/usr/bin/php -q /usr/local/ispconfig/server/server.php \ No newline at end of file +/usr/bin/php -q /usr/local/ispconfig/server/server.php -- Gitblit v1.9.1