瀏覽代碼

更新 '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)