Browse Source

remove infinite loop

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
40cf37a9cc
  1. 1
      lgsm/functions/core_dl.sh

1
lgsm/functions/core_dl.sh

@ -461,7 +461,6 @@ fn_fetch_file_github(){
}
fn_check_file_github(){
fn_check_file_github "lgsm/data" "${distroid}-${distroversion}.csv"
github_fileurl_dir="${1}"
github_fileurl_name="${2}"
if [ "${githubbranch}" == "master" ]&&[ "${githubuser}" == "GameServerManager" ]&&[ "${commandname}" != "UPDATE-LGSM" ]; then

Loading…
Cancel
Save