소스 검색

Cleaning message

UltimateByte 9 년 전
부모
커밋
b126bc6584
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      lgsm/functions/check_permissions.sh

+ 1 - 2
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