Browse Source

fix(bd): install loop due old condition and config (#3962)

pull/3963/head
Christian 3 years ago
committed by GitHub
parent
commit
50c2cef8a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/install_config.sh
  2. 2
      lgsm/functions/install_server_files.sh

2
lgsm/functions/install_config.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

2
lgsm/functions/install_server_files.sh

@ -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

Loading…
Cancel
Save