Daniel Gibbs
12 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
1 additions and
1 deletions
-
lgsm/config-default/config-lgsm/xntserver/_default.cfg
-
lgsm/modules/install_config.sh
|
|
@ -144,7 +144,6 @@ executabledir="${systemdir}" |
|
|
|
executable="./xonotic-linux64-dedicated" |
|
|
|
servercfgdir="${systemdir}" |
|
|
|
servercfg="server.cfg" |
|
|
|
servercfgdefault="server/server.cfg" |
|
|
|
servercfgfullpath="${servercfgdir}/${selfname}/data/${servercfg}" |
|
|
|
|
|
|
|
## Backup Directory |
|
|
|
|
|
@ -841,6 +841,7 @@ elif [ "${shortname}" == "wmc" ]; then |
|
|
|
fn_fetch_default_config |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "xnt" ]; then |
|
|
|
array_configs+=(server.cfg) |
|
|
|
fn_fetch_default_config |
|
|
|