Skip to content

Commit

Permalink
Update tcpx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ylx2016 authored Feb 23, 2024
1 parent aef5c4e commit 5fb8a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ check_disk_space() {

# 如果剩余空间小于等于0,则输出警告信息
if [ $(echo "$available_space <= 0" | bc) -eq 1 ]; then
echo "警告:磁盘空间已用尽,请勿重启,先清理空间。"
echo "警告:磁盘空间已用尽,请勿重启,先清理空间。建议先卸载刚才安装的内核来释放空间,仅供参考。"
else
echo "当前磁盘剩余空间:$available_space GB"
fi
Expand Down

0 comments on commit 5fb8a56

Please sign in to comment.