Browse Source

fixed config installation

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
1d41567c8b
  1. 4
      lgsm/functions/install_config.sh

4
lgsm/functions/install_config.sh

@ -20,9 +20,9 @@ fn_check_cfgdir(){
# Downloads default configs from Game-Server-Configs repo to lgsm/config-default # Downloads default configs from Game-Server-Configs repo to lgsm/config-default
fn_fetch_default_config(){ fn_fetch_default_config(){
mkdir -p "${lgsmdir}/config-default/config-game" mkdir -p "${lgsmdir}/config-default/config-game"
githuburl="https://github.com/GameServerManagers/Game-Server-Configs/master" githuburl="https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master"
for config in "${array_configs[@]}"; do for config in "${array_configs[@]}"; do
fn_fetch_file "${githuburl}/${config}" "${lgsmdir}/config-default/config-game" "${config}" "nochmodx" "norun" "noforce" "nomd5" fn_fetch_file "${githuburl}/${gamedirname}/${config}" "${lgsmdir}/config-default/config-game" "${config}" "nochmodx" "norun" "noforce" "nomd5"
done done
} }

Loading…
Cancel
Save