Jethro Grassie

Results 1 issues of Jethro Grassie

I had to change: ``` status) status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? ;; ``` to: ``` status) status_of_proc -p $PIDDIR/web.1.pid "$NAME" "$NAME" && exit 0 || exit...