Browse Source

Altered if to follow LGSM standard

pull/412/head
Daniel Gibbs 10 years ago
parent
commit
fa3350b06a
  1. 6
      functions/fn_update_dl
  2. 5
      functions/fn_validate

6
functions/fn_update_dl

@ -26,7 +26,11 @@ if [ $(command -v unbuffer) ]; then
fi
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" +quit|tee -a "${scriptlog}"
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then echo -e '\n'; fn_csgofix; fi
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
echo -e '\n'
fn_csgofix
fi
}
fn_teamspeak3_dl(){

5
functions/fn_validate

@ -30,7 +30,10 @@ if [ $(command -v unbuffer) ]; then
fi
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}"
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then echo -e '\n'; fn_csgofix; fi
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
echo -e '\n'
fn_csgofix
fi
fn_scriptlog "Checking complete"
}

Loading…
Cancel
Save