From fbd47066045a3dc4df2325d58df382cf92af8a3c Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Sun, 10 May 2009 09:28:27 +0000 Subject: [PATCH] The init script was intially written for Debian, where sh is typically symlinked to bash, but the proper, more generic script header is #!/bin/bash http://groups.google.com/group/helma/browse_thread/thread/24c3a30ee5091480 --- scripts/helma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helma b/scripts/helma index aad6cdf8..e7f1229f 100755 --- a/scripts/helma +++ b/scripts/helma @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # helma init script (written for debian, but should be rather generic) # needs helma.conf, preferrably in /etc/helma.conf