Browse Source

更新 'log.sh'

killua 1 year ago
parent
commit
7937969f78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      log.sh

+ 1 - 1
log.sh

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