Browse Source

temp link till default config gets added to repo

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

4
lgsm/functions/install_config.sh

@ -23,7 +23,9 @@ 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"
githuburl="https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master"
#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"
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