Browse Source

unset

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

2
lgsm/functions/check_deps.sh

@ -259,7 +259,7 @@ fn_deps_detector(){
if [ "${steamcmdstatus}" == "1" ]; then
# If SteamCMD is not available in repo dont check for it.
:
unset steamcmdstatus
elif [ "${depstatus}" == "0" ]; then
# If dependency is found.
missingdep=0

Loading…
Cancel
Save