diff --git a/CHANGELOG.md b/CHANGELOG.md index d74573ba2..24157763a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. * 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. +* Fixes missing library issue for teamspeak when used with mariadb. ## v0.6.4 (Courageous Carniadactylus) ### Fixed diff --git a/database/seeds/VoiceServiceTableSeeder.php b/database/seeds/VoiceServiceTableSeeder.php index 193e45741..b9d0f0977 100644 --- a/database/seeds/VoiceServiceTableSeeder.php +++ b/database/seeds/VoiceServiceTableSeeder.php @@ -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 cp -r teamspeak3-server_linux_amd64/* /mnt/server +cp -r /mnt/server/redist/* /mnt/server/ echo "machine_id= default_voice_port=${SERVER_PORT}