Explorar el Código

corrected message

Daniel Gibbs hace 7 años
padre
commit
208c342bcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/check_executable.sh

+ 1 - 1
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}"