Browse Source

speed up dependency loop

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
2bf78dd7d4
  1. 4
      lgsm/functions/check_deps.sh

4
lgsm/functions/check_deps.sh

@ -274,14 +274,14 @@ fn_deps_detector(){
missingdep=0
if [ "${commandname}" == "INSTALL" ]; then
echo -e "${green}${deptocheck}${default}"
fn_sleep_time
sleep 0.1
fi
else
# If dependency is not found.
missingdep=1
if [ "${commandname}" == "INSTALL" ]; then
echo -e "${red}${deptocheck}${default}"
fn_sleep_time
sleep 0.1
fi
# Define required dependencies for SteamCMD.
if [ "${appid}" ]; then

Loading…
Cancel
Save