r9724 - helma/helma/trunk/scripts
[email protected] Sun, 10 May 2009 11:28:27 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090510092827.DA9E93D0D6@mia> |
Author: zumbrunn Date: 2009-05-10 11:28:27 +0200 (Sun, 10 May 2009) New Revision: 9724 Modified: helma/helma/trunk/scripts/helma Log: 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 Details at http://dev.helma.org/trac/helma/changeset/9724 Modified: helma/helma/trunk/scripts/helma =================================================================== --- helma/helma/trunk/scripts/helma 2009-05-08 10:55:50 UTC (rev 9723) +++ helma/helma/trunk/scripts/helma 2009-05-10 09:28:27 UTC (rev 9724) @@ -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