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"