updates/fixes

This commit is contained in:
2022-07-04 07:41:10 -07:00
parent 4b0adf475d
commit fdcac64409
9 changed files with 191 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
D1=$(readlink -f "$0")
D2=$(dirname "${D1}")
cd "${D2}"
exec ./ts3server $@