From 839c24dd7580d263591348313d9aa59da3a5fd55 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 13 Sep 2021 21:09:40 +0100 Subject: [PATCH] mono status --- 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 d9add0b78..42c94b60f 100755 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -139,7 +139,7 @@ fn_install_missing_deps(){ fi fi - if [ "${monostatus}" == "0" ]; then + if [ "${monostatus}" == "1" ]; then fn_install_mono_repo fi