From fdfd558e57f36135c77f79d3e7337f53f6a83a54 Mon Sep 17 00:00:00 2001
From: jwarnier <jwarnier@ispconfig3>
Date: Mon, 9 Aug 2010 21:18:19 +0000
Subject: [PATCH] Change shebang from explicit /bin/bash to /bin/sh

---
 server/cron_daily.sh | 4 ++--
 server/server.sh     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/cron_daily.sh b/server/cron_daily.sh
index 77a0a2feb..e2fbb9b16 100644
--- a/server/cron_daily.sh
+++ b/server/cron_daily.sh
@@ -1,5 +1,5 @@
-#!/bin/bash
+#!/bin/sh
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
 
-/usr/bin/php -q /usr/local/ispconfig/server/cron_daily.php
\ No newline at end of file
+/usr/bin/php -q /usr/local/ispconfig/server/cron_daily.php
diff --git a/server/server.sh b/server/server.sh
index 5f8cc06c6..df844bcbe 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
-- 
GitLab