소스 검색

更新 'log.sh'

killua 2 년 전
부모
커밋
bcf5c111c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      log.sh

+ 1 - 1
log.sh

@@ -12,7 +12,7 @@ if [ ! -d "$dir" ]; then
   exit 1
 fi
 
-while [ $count -lt 5 ]
+while [ $count -lt 10 ]
 do
   if [ -z "$3" ]; then
     file=$(ls -t "$dir" | grep "error" | head -n $((count + 1)) | tail -n 1)