From 8f35bbd5e14d823393ceface71f0f71580f8fd6e Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Wed, 6 Jan 2010 07:52:21 +0000 Subject: [PATCH] Integrate revision 11249 Debian Policy dictates that /etc/init.d/*.sh scripts must work properly when sourced. The following additional rules apply: * /etc/init.d/*.sh scripts must not rely for their correct functioning on their being sourced rather than executed. That is, they must work properly when executed too. They must include "#!/bin/sh" at the top. This is useful when running scripts in parallel. --- utils/unix/adempiere_Debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/unix/adempiere_Debian.sh b/utils/unix/adempiere_Debian.sh index 40aa654007..f378a627c8 100644 --- a/utils/unix/adempiere_Debian.sh +++ b/utils/unix/adempiere_Debian.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh # ### BEGIN INIT INFO