On Tue, Dec 13, 2016 at 15:32:34 -0800, Mike Miller wrote: > Sorry, you're right, it doesn't have to be in ocserv's environment, that > was a bad assumption on my part, but something about the way that > command line is constructed is not working here. I don't know what the > difference here is, but this patch also fixes it for me Ok, this comes down to dash vs bash as /bin/sh. Something about this script isn't playing right in dash, so either this patch, or changing the shebang to /bin/bash also works. -- mike