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:
2
init.sh
2
init.sh
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user