Looks like there is a bug in the "stopDaemonNoPriv.sh" file.
Here is the first line in the file:
#!/bin/bash#!/usr/bin/env bash
It should be just:
#!/usr/bin/env bash
Log in to post a comment.