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