Browse Source

Merge 8f82de0138 into f66f4c8a56

pull/619/merge
TS3tools 10 years ago
parent
commit
f01d83c7e5
  1. 5
      functions/update_dl.sh

5
functions/update_dl.sh

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

Loading…
Cancel
Save