Update Limiting_Shut_down1.sh

This commit is contained in:
科技lion 2024-07-12 11:04:06 +08:00 committed by GitHub
parent 305f23d17c
commit fae8c67c60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ echo "当前接收流量: $rx"
echo "当前发送流量: $tx"

rx_threshold_gb=110
tx_threshold_gb=110
tx_threshold_gb=120

# 将GB转换为字节
rx_threshold=$((rx_threshold_gb * 1024 * 1024 * 1024))