1
0
mirror of https://bitbucket.org/shim_/docker-teamspeak.git synced 2018-10-04 01:51:57 +02:00

remove mysql settings if unneccsary

This commit is contained in:
shim_
2016-06-07 23:29:33 +02:00
parent d1af080d2d
commit a7ad43d304
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ function main_config {
if [ ! -z "$TS3DB_TYPE" ] && [ "$TS3DB_TYPE" == "MYSQL" ]; then
write_config 'dbplugin' 'ts3db_mysql'
write_config 'dbpluginparameter' "$CONF_DIR/ts3db_mysql.ini"
write_config 'dbsqlpath' "sql/"
write_config 'dbsqlcreatepath' "create_mysql/"
fi
}