Skip to content

Commit fbd4706

Browse files
committed
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
1 parent 567266f commit fbd4706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helma

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
#
33
# helma init script (written for debian, but should be rather generic)
44
# needs helma.conf, preferrably in /etc/helma.conf

0 commit comments

Comments
 (0)