Christian
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
lgsm/functions/install_config.sh
-
lgsm/functions/install_server_files.sh
|
|
@ -217,7 +217,7 @@ elif [ "${shortname}" == "bo" ]; then |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "bo" ]; then |
|
|
|
elif [ "${shortname}" == "bd" ]; then |
|
|
|
gamedirname="BaseDefense" |
|
|
|
array_configs+=(server.cfg) |
|
|
|
fn_fetch_default_config |
|
|
|
|
|
@ -235,7 +235,7 @@ elif [ "${shortname}" == "jk2" ]; then |
|
|
|
update_jediknight2.sh |
|
|
|
elif [ "${shortname}" == "vints" ]; then |
|
|
|
update_vintagestory.sh |
|
|
|
elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bd" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ]; then |
|
|
|
elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ]; then |
|
|
|
if [ "${shortname}" == "ut" ]; then |
|
|
|
install_eula.sh |
|
|
|
fi |
|
|
|