From 4dc5f4b199fea9dcdb4ec5e676ebc35232d96f53 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jul 2016 01:16:04 +0100 Subject: [PATCH] && --- lgsm/functions/command_update_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_update_functions.sh b/lgsm/functions/command_update_functions.sh index 790b3e4c6..318dcbc6b 100644 --- a/lgsm/functions/command_update_functions.sh +++ b/lgsm/functions/command_update_functions.sh @@ -57,7 +57,7 @@ if [ -n "${functionsdir}" ]; then fi fi -if [ "${exitcode}" != "0" ]||[ -n "${exitcode}" ]; then +if [ "${exitcode}" != "0" ]&&[ -n "${exitcode}" ]; then fn_print_fail "Updating functions" fn_script_log_fatal "Failure! Updating functions" else