From 4e5a78a0e24140f77a16e5ddaa810c6ad53f3e99 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 1 Jun 2020 12:20:17 +0900 Subject: [PATCH] reset install config to default repo and branch --- lgsm/functions/install_config.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index e208a3797..5abc9e055 100644 --- a/lgsm/functions/install_config.sh +++ b/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