Skip to content

Commit acdc78e

Browse files
TrixterTheTuxDaneEveritt
authored andcommitted
1 parent b450e43 commit acdc78e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
2626
* Using default value in rules when creating a new variable if the rules is empty.
2727
* 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.
2828
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
29+
* Fixes missing library issue for teamspeak when used with mariadb.
2930

3031
## v0.6.4 (Courageous Carniadactylus)
3132
### Fixed

database/seeds/VoiceServiceTableSeeder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ private function addCoreOptions()
101101
102102
tar -xjvf teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2
103103
cp -r teamspeak3-server_linux_amd64/* /mnt/server
104+
cp -r /mnt/server/redist/* /mnt/server/
104105
105106
echo "machine_id=
106107
default_voice_port=${SERVER_PORT}

0 commit comments

Comments
 (0)