Create teamspeak3

This commit is contained in:
KronoZed 2017-02-27 14:28:41 +03:00 committed by GitHub
parent ddfed95f95
commit 2968653747
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#! /bin/sh
BASEDIR="/opt/teamspeak3-client"
export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
cd "${BASEDIR}"
exec "${BASEDIR}/ts3client" "$@"