parent
b450e43f3b
commit
acdc78e89d
|
@ -26,6 +26,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||||
* Using default value in rules when creating a new variable if the rules is empty.
|
* Using default value in rules when creating a new variable if the rules is empty.
|
||||||
* Fixes a design-flaw in the allocation management part of nodes that would run a MySQL query for each port being allocated. This behavior is now changed to only execute one query to add multiple ports at once.
|
* Fixes a design-flaw in the allocation management part of nodes that would run a MySQL query for each port being allocated. This behavior is now changed to only execute one query to add multiple ports at once.
|
||||||
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
|
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
|
||||||
|
* Fixes missing library issue for teamspeak when used with mariadb.
|
||||||
|
|
||||||
## v0.6.4 (Courageous Carniadactylus)
|
## v0.6.4 (Courageous Carniadactylus)
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -101,6 +101,7 @@ curl -sSLO http://dl.4players.de/ts/releases/${TS_VERSION}/teamspeak3-server_lin
|
||||||
|
|
||||||
tar -xjvf teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2
|
tar -xjvf teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2
|
||||||
cp -r teamspeak3-server_linux_amd64/* /mnt/server
|
cp -r teamspeak3-server_linux_amd64/* /mnt/server
|
||||||
|
cp -r /mnt/server/redist/* /mnt/server/
|
||||||
|
|
||||||
echo "machine_id=
|
echo "machine_id=
|
||||||
default_voice_port=${SERVER_PORT}
|
default_voice_port=${SERVER_PORT}
|
||||||
|
|
Loading…
Reference in New Issue