소스 검색

removed if

Daniel Gibbs 11 년 전
부모
커밋
6b5034dc7d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      functions/fn_logs

+ 0 - 1
functions/fn_logs

@@ -29,7 +29,6 @@ if [ $(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) -ne "0" ]; then
 		find "${gamelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
 	fi
 	find "${scriptlogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
-	if
 	if [ -n "${consolelog}" ]; then
 		find "${consolelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
 	fi