startscript with different shell than bash
Problem: I had trouble running the start script under various unix derivates with a different shell than bash (eg. ksh,tsh,zsh). Solution: just replace the first line of the script with "#! /bin/sh" and everything will be fine.
Posted 2 years, 8 months ago by
ktq
Thanks for the hint, we fixed this in 0.3.2 :)
Posted 2 years, 7 months ago by
André Knörig
Post a Reply
Please login to post a reply.