From e9336b0b7922a9151e5803c32173061bb38c3407 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 27 Sep 2021 23:43:58 +0100 Subject: [PATCH] unset --- lgsm/functions/check_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 7f70ab59d..57b4935ba 100755 --- a/lgsm/functions/check_deps.sh +++ b/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