Browse Source

reset install config to default repo and branch

pull/2911/head
scott 5 years ago
parent
commit
4e5a78a0e2
  1. 4
      lgsm/functions/install_config.sh

4
lgsm/functions/install_config.sh

@ -23,9 +23,7 @@ fn_fetch_default_config(){
echo -e "default configs from https://github.com/GameServerManagers/Game-Server-Configs"
fn_sleep_time
mkdir -p "${lgsmdir}/config-default/config-game"
#temp url until default config get added to repo
githuburl="https://github.com/ttocszed00/Game-Server-Configs/tree/feature/memoriesofmars"
#githuburl="https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master"
githuburl="https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master"
for config in "${array_configs[@]}"; do
fn_fetch_file "${githuburl}/${gamedirname}/${config}" "${remote_fileurl_backup}" "GitHub" "Bitbucket" "${lgsmdir}/config-default/config-game" "${config}" "nochmodx" "norun" "forcedl" "nomd5"
done

Loading…
Cancel
Save