Browse Source

corrected message

pull/2308/head
Daniel Gibbs 6 years ago
parent
commit
208c342bcc
  1. 2
      lgsm/functions/check_executable.sh

2
lgsm/functions/check_executable.sh

@ -9,7 +9,7 @@ local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
# Check if executable exists
if [ ! -f "${executabledir}/${execname}" ]; then
fn_print_fatal_nl "executable was not found:"
fn_print_fail_nl "executable was not found:"
echo " * ${executabledir}/${execname}"
if [ -d "${lgsmlogdir}" ]; then
fn_script_log_fatal "Executable was not found: ${executabledir}/${execname}"

Loading…
Cancel
Save