From 858f1f24b895666e0f2b04fafbeb7f0a538340a0 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 19 Jan 2017 22:53:02 +0100 Subject: [PATCH] Executable not found message --- lgsm/functions/check_permissions.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 1411e649c..38ea23eca 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -123,6 +123,12 @@ fn_check_permissions(){ fi fi 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?" + exitcode="1" + core_exit.sh fi }