https://bugs.contribs.org/show_bug.cgi?id=10494
--- Comment #19 from John Crisp <[email protected]> ---
JPP,
Most of their initscript is the basically the same as before except they have
these extra $vars at the top:
COMMANDLINE_PARAMETERS="${2}" #add any command line parameters you want to pass
here
D1=$(readlink -f "$0")
BINARYPATH="$(dirname "${D1}")"
cd "${BINARYPATH}"
LIBRARYPATH="$(pwd)"
BINARYNAME="ts3server"
I think the only thing is to set the path.
eg:
COMMANDLINE_PARAMETERS="${2}"
D1=$(readlink -f "$0")
BINARYPATH="/opt/teamspeak
cd "${BINARYPATH}"
LIBRARYPATH="$(pwd)"
BINARYNAME="ts3server"
Suggestions ?
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/