Skip to content

Commit

Permalink
fix: compatible with more system warehouse disk mounting conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek authored Feb 7, 2024
1 parent 96cceba commit 6473577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ function main_other_tools() {
3)
clear
INFO "系统磁盘挂载情况:"
df -BG | grep -E -v "Avail|loop|boot|overlay|tmpfs|0%|proc" | sort -nr -k 4
df -h | grep -E -v "Avail|loop|boot|overlay|tmpfs|proc" | sort -nr -k 4
INFO "按任意键返回菜单"
read -rs -n 1 -p ""
clear
Expand Down

0 comments on commit 6473577

Please sign in to comment.