|
@@ -28,8 +28,8 @@ fn_start_teamspeak3(){
|
|
|
if [ -f "${lgsmlog}" ]; then
|
|
if [ -f "${lgsmlog}" ]; then
|
|
|
mv "${lgsmlog}" "${lgsmlogdate}"
|
|
mv "${lgsmlog}" "${lgsmlogdate}"
|
|
|
fi
|
|
fi
|
|
|
- # Create lockfile.
|
|
|
|
|
|
|
|
|
|
|
|
+ # Create lockfile.
|
|
|
date '+%s' > "${rootdir}/${lockselfname}"
|
|
date '+%s' > "${rootdir}/${lockselfname}"
|
|
|
# Accept license.
|
|
# Accept license.
|
|
|
if [ ! -f "${executabledir}/.ts3server_license_accepted" ]; then
|
|
if [ ! -f "${executabledir}/.ts3server_license_accepted" ]; then
|