Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Jun 17, 2024
1 parent db4d3a3 commit b55d4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/admin/bin/log_cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ do
txc_log_path="/home/admin/logs/txc"
clean_db_log $txc_log_path $clean_level
else
print "clean finish! current useage[$use%] `date`===================="
print "clean finish! current usage[$use%] `date`===================="
exit
fi
done
Expand All @@ -157,5 +157,5 @@ if [ $use -ge $max_used ];then
fi

use=`df -h $drds_path|sed '1d'|awk '{print $5+0}'`
print "clean finish! current useage[$use%] `date`===================="
print "clean finish! current usage[$use%] `date`===================="

0 comments on commit b55d4b0

Please sign in to comment.