Browse Source

unset steamcmdfail if installed steamcmd auto

if
pull/3583/head
Daniel Gibbs 4 years ago
parent
commit
6c74a83f13
No known key found for this signature in database GPG Key ID: 5D5AB867A27738EC
  1. 5
      lgsm/functions/check_deps.sh

5
lgsm/functions/check_deps.sh

@ -173,6 +173,11 @@ fn_install_missing_deps(){
eval "${cmd}"
fi
autodepinstall="$?"
# If auto install passes remove steamcmd install failure.
if [ "${autodepinstall}" == "0" ]; then
unset steamcmdfail
fi
fi
# If automatic dependency install is unavailable.

Loading…
Cancel
Save