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
This commit is contained in:
parent
567266fdfc
commit
fbd4706604
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue