From b126bc6584c40d3b3a3290831361e3fbd08255b3 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 19 Jan 2017 22:53:56 +0100 Subject: [PATCH] Cleaning message --- lgsm/functions/check_permissions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 38ea23eca..65ade3aae 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -125,8 +125,7 @@ fn_check_permissions(){ fi else fn_script_log_warn "Expected executable not found: ${executabledir}/${execname}" - fn_print_fail_nl "Executable ${execname} was not found." - echo " * Is the server properly installed?" + fn_print_fail_nl "Executable ${execname} was not found" exitcode="1" core_exit.sh fi