Comment 2 for bug 103507

Revision history for this message
Luke Yelavich (themuso) wrote :

That script would be better fixed by removing the bashisms, of which there is only one, and its easy to change.

Simply remove the word function from the line:
function is_om_running() {

So it should be:
is_om_running() {

Could you also update the maintainer field in debian/control as required by the Debian Maintainer Field spec please?

Otherwise, looks good.