소스 검색

corrected message

Daniel Gibbs 7 년 전
부모
커밋
208c342bcc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}"