From e0b6cf949a9645a8516d4fd28ed77c97a3c427c6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 6 Aug 2016 19:52:47 +0100 Subject: [PATCH] bug fix --- 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 6b43262ef..7b2ed5d2d 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -86,7 +86,7 @@ fn_found_missing_deps(){ fi if [ $? != 0 ]; then fn_print_failure_nl "Unable to install dependencies" - fn_script_log_fail "Unable to install dependencies" + fn_script_log_fatal "Unable to install dependencies" else fn_print_complete_nl "Install dependencies completed" fn_script_log_pass "Install dependencies completed"